Show
Ignore:
Timestamp:
10/06/07 06:11:53 (4 years ago)
Author:
cho45
Message:

lang/ruby/module-pluggable/Rakefile,
lang/ruby/safeeval/Rakefile:

RDoc テンプレに resh 使う様に変更

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • lang/ruby/module-pluggable/Rakefile

    r365 r383  
    2323CLEAN.include ['**/.*.sw?', '*.gem', '.config'] 
    2424RDOC_OPTS = ['--quiet', '--title', "#{NAME} documentation", 
     25        "--charset", "utf-8", 
    2526        "--opname", "index.html", 
    2627        "--line-numbers", 
     
    8889        rdoc.rdoc_dir = 'html' 
    8990        rdoc.options += RDOC_OPTS 
    90         rdoc.template = "#{ENV['template']}.rb" if ENV['template'] 
     91        rdoc.template = "#{ENV["HOME"]}/coderepos/lang/ruby/rdoc/generators/template/html/resh/resh.rb" 
     92        #rdoc.template = "#{ENV['template']}.rb" if ENV['template'] 
    9193        if ENV['DOC_FILES'] 
    9294                rdoc.rdoc_files.include(ENV['DOC_FILES'].split(/,\s*/))