Revision ce4bdc37
Added by Marc Dequènes almost 15 years ago
- ID ce4bdc378e9c9dc7379552bda049e8c4eedf2823
lib/tasks/doc.rake | ||
---|---|---|
namespace :mycyma do
|
||
desc "(re)Generate doc"
|
||
task :gendoc do
|
||
# does not work...
|
||
#ENV['template'] = "/var/lib/gems/1.8/gems/resh-0.0.4/lib/rdoc/generators/template/html/resh.rb"
|
||
#Rake::Task['doc:reapp'].invoke
|
||
system('rake doc:reapp template=/var/lib/gems/1.8/gems/resh-0.0.4/lib/rdoc/generators/template/html/resh.rb')
|
||
end
|
||
end
|
Also available in: Unified diff
[evol] added custom doc rake rule using a proper template without frames, good for Redmine Embedded plugin