diff options
| author | Dan Allen <dan.j.allen@gmail.com> | 2015-05-31 17:47:47 -0600 |
|---|---|---|
| committer | Dan Allen <dan.j.allen@gmail.com> | 2015-05-31 17:47:47 -0600 |
| commit | d921df2068be095ce09e2bede1363160095ef91f (patch) | |
| tree | c6a7e12220e7fa6278fe82f33295b34c8d283f1c /Rakefile | |
| parent | f0364cbef4a7a23f692ac23e340716d308e87ee7 (diff) | |
remove references to EPUB3
Diffstat (limited to 'Rakefile')
| -rw-r--r-- | Rakefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |
