summaryrefslogtreecommitdiff
path: root/Rakefile
diff options
context:
space:
mode:
authorDan Allen <dan.j.allen@gmail.com>2015-05-31 17:47:47 -0600
committerDan Allen <dan.j.allen@gmail.com>2015-05-31 17:47:47 -0600
commitd921df2068be095ce09e2bede1363160095ef91f (patch)
treec6a7e12220e7fa6278fe82f33295b34c8d283f1c /Rakefile
parentf0364cbef4a7a23f692ac23e340716d308e87ee7 (diff)
remove references to EPUB3
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