summaryrefslogtreecommitdiff
path: root/arch
diff options
context:
space:
mode:
authorLars Wirzenius <liw@liw.fi>2017-08-10 18:13:03 +0300
committerLars Wirzenius <liw@liw.fi>2017-08-10 18:13:03 +0300
commitb2cc025b8892421dc17276ccaeef7f3bad39cfe4 (patch)
tree2d805388d7a04c6fe8c87b3fdb85da6ed9e3c9f9 /arch
parent308f4db410e3c68eac453be107f8d6207814280d (diff)
downloadick2-b2cc025b8892421dc17276ccaeef7f3bad39cfe4.tar.gz
Fix: change pandoc to use --self-contained
This embeds the images to the HTML.
Diffstat (limited to 'arch')
-rwxr-xr-xarch/build.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/build.sh b/arch/build.sh
index 034bd39..ed20d11 100755
--- a/arch/build.sh
+++ b/arch/build.sh
@@ -15,4 +15,4 @@ clean()
cat -- "$@" | python2 ./build.py "$tmp" > "$tmp/foo.mdwn"
pandoc --toc -V documentstyle:report --chapters -o "$output.pdf" "$tmp/foo.mdwn"
-pandoc --toc -o "$output.html" --number-sections --standalone -H ick2.css "$tmp/foo.mdwn"
+pandoc --toc -o "$output.html" --number-sections --self-contained -H ick2.css "$tmp/foo.mdwn"