rakelib/help.rake
changeset 0 f46260ba26b1
equal deleted inserted replaced
-1:000000000000 0:f46260ba26b1
       
     1 # Smalltalk/X rakefiles - builtin help
       
     2 
       
     3 
       
     4 task :help do 
       
     5   puts <<HELP
       
     6 
       
     7 For help on building project, type
       
     8   rake help:project
       
     9 
       
    10 For any other question, send email to Jan Vrany <jan.vrany@fit.cvut.cz>  
       
    11 HELP
       
    12 end
       
    13 
       
    14 task :'help:project' do
       
    15   puts <<HELP
       
    16 Building a Smalltalk.X project using rake
       
    17 
       
    18 HELP
       
    19 end
       
    20 ##### STX_RAKEFILES stuff ends here ######
       
    21 
       
    22