diff options
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 |
