summaryrefslogtreecommitdiff
path: root/Rakefile
diff options
context:
space:
mode:
authorChad Gorshing <gorshing@gmail.com>2012-04-27 13:46:05 +0000
committerChad Gorshing <gorshing@gmail.com>2012-04-27 13:46:05 +0000
commit62b467ba71b7043cdc1f1ac5c0a8f5e2f8c525a1 (patch)
treeba20fc10f9c11bbacdfe95348a76e1403d1f4d8e /Rakefile
parent1403de95f5dbecd28748b8c2f69a499030722021 (diff)
downloadhighline-62b467ba71b7043cdc1f1ac5c0a8f5e2f8c525a1.tar.gz
Moved README to rdoc format, adjusted Rakefile accordingly.
Diffstat (limited to 'Rakefile')
-rw-r--r--Rakefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Rakefile b/Rakefile
index 86d8c23..46d4f96 100644
--- a/Rakefile
+++ b/Rakefile
@@ -17,11 +17,11 @@ Rake::TestTask.new do |test|
end
Rake::RDocTask.new do |rdoc|
- rdoc.rdoc_files.include( "README", "INSTALL",
+ rdoc.rdoc_files.include( "README.rdoc", "INSTALL",
"TODO", "CHANGELOG",
"AUTHORS", "COPYING",
"LICENSE", "lib/" )
- rdoc.main = "README"
+ rdoc.main = "README.rdoc"
rdoc.rdoc_dir = "doc/html"
rdoc.title = "HighLine Documentation"
end