Changeset 87 for trunk/Rakefile

Show
Ignore:
Timestamp:
09/01/08 15:24:13 (4 months ago)
Author:
deveiant
Message:
Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/Rakefile

    r86 r87  
    4040PKGDIR        = BASEDIR + 'pkg' 
    4141 
    42 PKG_NAME      = 'bluecloth' 
     42PROJECT_NAME  = 'BlueCloth' 
     43PKG_NAME      = PROJECT_NAME.downcase 
    4344PKG_SUMMARY   = 'BlueCloth is a Ruby implementation of Markdown' 
    4445VERSION_FILE  = LIBDIR + 'bluecloth.rb' 
     
    108109 
    109110# Documentation constants 
     111RDOCDIR = DOCSDIR + 'api' 
    110112RDOC_OPTIONS = [ 
    111113    '-w', '4', 
     
    174176    end 
    175177end 
     178 
     179# Manual-generation config 
     180MANUALDIR = DOCSDIR + 'manual' 
    176181 
    177182$trace = Rake.application.options.trace ? true : false