Skip to content
This repository has been archived by the owner on Apr 5, 2019. It is now read-only.

Commit

Permalink
Change rdoc documentation dir
Browse files Browse the repository at this point in the history
  • Loading branch information
atd committed Jan 12, 2010
1 parent 4c0f4b0 commit 8e3a604
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Rakefile
Expand Up @@ -14,7 +14,7 @@ end

desc 'Generate documentation for Station.'
Rake::RDocTask.new(:rdoc) do |rdoc|
rdoc.rdoc_dir = 'rdoc'
rdoc.rdoc_dir = 'rdoc-master'
rdoc.title = 'Rails Station Engine Documentation'
rdoc.template = 'doc/template/horo.rb'
rdoc.options << '--line-numbers' << '--inline-source'
Expand Down

0 comments on commit 8e3a604

Please sign in to comment.