We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7bba694 commit 2f6f55cCopy full SHA for 2f6f55c
Makefile
@@ -28,6 +28,7 @@ pdf: bookbuild
28
29
epub: bookbuild
30
sed -i '' 's/\(^.*~~.*$$\)/<\/pre><pre class="highlight-line">\1<\/pre><pre>/g' generated/book/epub-book.html
31
+ sed -i '' 's/"\/img\//"img\//g' generated/book/epub-book.html
32
sed -i '' 's/~~//g' generated/book/epub-book.html
33
cd generated/book; pandoc -f html epub-book.html -t epub3 --epub-metadata=epub-metadata.xml --epub-cover-image=img/book/cover-a4.jpg --toc-depth=2 --epub-stylesheet=theme/css/epub.css -o full_stack_python.epub
34
0 commit comments