We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 26bbbaf commit a925800Copy full SHA for a925800
Makefile
@@ -26,7 +26,7 @@ git.chunked: git.chunked-prereq styles/toc.html
26
epub: git.epub
27
28
git.epub: git.txt
29
- a2x -fepub --epubcheck $<
+ a2x -fepub --stylesheet="docbook-xsl.css styles/ebook.css" --epubcheck $<
30
31
pdf: git.pdf
32
styles/ebook.css
@@ -0,0 +1,3 @@
1
+body pre {
2
+ white-space: pre-wrap;
3
+}
0 commit comments