Skip to content

Commit 7584410

Browse files
committed
add cover for ebook
1 parent 9d15cf0 commit 7584410

File tree

2 files changed

+1
-0
lines changed

2 files changed

+1
-0
lines changed

ebooks/cover.png

102 KB
Loading

makeebooks

+1
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,7 @@ ARGV.each do |lang|
4242
end
4343

4444
system('ebook-convert', "progit.#{lang}.html", "progit.#{lang}.#{format}",
45+
'--cover', 'ebooks/cover.png',
4546
'--authors', 'Scott Chacon',
4647
'--comments', "licensed under the Creative Commons Attribution-Non Commercial-Share Alike 3.0 license",
4748
'--level1-toc', '//h:h1',

0 commit comments

Comments
 (0)