Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ git.chunked: git.chunked-prereq styles/toc.html
epub: git.epub

git.epub: git.txt
a2x -fepub --epubcheck $<
a2x -fepub --stylesheet="docbook-xsl.css styles/ebook.css" --epubcheck $<

pdf: git.pdf

Expand Down
3 changes: 3 additions & 0 deletions styles/ebook.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
body pre {
white-space: pre-wrap;
}