summaryrefslogtreecommitdiff
path: root/Rakefile
diff options
context:
space:
mode:
Diffstat (limited to 'Rakefile')
-rw-r--r--Rakefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Rakefile b/Rakefile
index 04fe06c6..ef387d56 100644
--- a/Rakefile
+++ b/Rakefile
@@ -22,7 +22,7 @@ begin
require 'rdoc/task'
Rake::RDocTask.new do |t|
t.rdoc_dir = 'rdoc'
- t.title = %(Asciidoctor EPUB3 #{Asciidoctor::Pdf::VERSION})
+ t.title = %(Asciidoctor PDF #{Asciidoctor::Pdf::VERSION})
t.main = %(README.adoc)
t.rdoc_files.include 'README.adoc', 'LICENSE.adoc', 'NOTICE.adoc', 'lib/**/*.rb', 'bin/**/*'
end