Changeset 87 for trunk/Rakefile
- Timestamp:
- 09/01/08 15:24:13 (4 months ago)
- Files:
-
- 1 modified
-
trunk/Rakefile (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/Rakefile
r86 r87 40 40 PKGDIR = BASEDIR + 'pkg' 41 41 42 PKG_NAME = 'bluecloth' 42 PROJECT_NAME = 'BlueCloth' 43 PKG_NAME = PROJECT_NAME.downcase 43 44 PKG_SUMMARY = 'BlueCloth is a Ruby implementation of Markdown' 44 45 VERSION_FILE = LIBDIR + 'bluecloth.rb' … … 108 109 109 110 # Documentation constants 111 RDOCDIR = DOCSDIR + 'api' 110 112 RDOC_OPTIONS = [ 111 113 '-w', '4', … … 174 176 end 175 177 end 178 179 # Manual-generation config 180 MANUALDIR = DOCSDIR + 'manual' 176 181 177 182 $trace = Rake.application.options.trace ? true : false
