Skip to content

Fix page title spelling #633

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion README.rdoc
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
4 changes: 4 additions & 0 deletions Rakefile
Original file line number Diff line number Diff line change
Expand Up @@ -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
7 changes: 7 additions & 0 deletions doc/_html/rational.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
<!DOCTYPE html>

<html lang="en">
<meta charset="UTF-8">
<title>Redirecting to rationale</title>
<meta http-equiv="refresh" content="0; URL=../doc/rationale_rdoc.html">
<link rel="canonical" href="../doc/rationale_rdoc.html">
File renamed without changes.
2 changes: 1 addition & 1 deletion rake.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ Gem::Specification.new do |s|
"doc/proto_rake.rdoc",
"doc/rake.1",
"doc/rakefile.rdoc",
"doc/rational.rdoc",
"doc/rationale.rdoc",
"exe/rake",
"lib/rake.rb",
"lib/rake/application.rb",
Expand Down