summaryrefslogtreecommitdiff
path: root/Rakefile
diff options
context:
space:
mode:
Diffstat (limited to 'Rakefile')
-rw-r--r--Rakefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/Rakefile b/Rakefile
index 211b77e..b7ca681 100644
--- a/Rakefile
+++ b/Rakefile
@@ -170,6 +170,7 @@ if defined?(Gem) and defined?(Rake::GemPackageTask) and defined?(Rake::Extension
s.default_executable = "edit_json.rb"
s.has_rdoc = true
+ s.extra_rdoc_files << 'doc-main.txt'
s.rdoc_options <<
'--title' << 'JSON -- A JSON implemention' << '--main' << 'doc-main.txt'
s.test_files.concat Dir['tests/*.rb']
@@ -204,6 +205,7 @@ if defined?(Gem) and defined?(Rake::GemPackageTask) and defined?(Rake::Extension
s.default_executable = "edit_json.rb"
s.has_rdoc = true
+ s.extra_rdoc_files << 'doc-main.txt'
s.rdoc_options <<
'--title' << 'JSON -- A JSON implemention' << '--main' << 'doc-main.txt'
s.test_files.concat Dir['tests/*.rb']