diff --git a/README.rdoc b/README.rdoc index 7716e782e..0d8d64011 100644 --- a/README.rdoc +++ b/README.rdoc @@ -76,7 +76,7 @@ Type "rake --help" for all available options. * {Rake command-line}[link:doc/command_line_usage.rdoc] * {Writing Rakefiles}[link:doc/rakefile.rdoc] -* The original {Rake announcement}[link:doc/rational.rdoc] +* The original {Rake announcement}[link:doc/rationale.rdoc] * Rake {glossary}[link:doc/glossary.rdoc] === Presentations and Articles about Rake diff --git a/Rakefile b/Rakefile index d778df5ff..7a6ef334a 100644 --- a/Rakefile +++ b/Rakefile @@ -29,4 +29,8 @@ RDoc::Task.new do |doc| doc.rdoc_dir = "_site" # for github pages end +task :rdoc do + sh %{cp doc/_html/*.html _site/doc/.} +end + task default: :test diff --git a/doc/_html/rational.html b/doc/_html/rational.html new file mode 100644 index 000000000..1170005bb --- /dev/null +++ b/doc/_html/rational.html @@ -0,0 +1,7 @@ + + + + +