summaryrefslogtreecommitdiff
path: root/manual/Makefile
diff options
context:
space:
mode:
authorLars Wirzenius <liw@liw.fi>2014-02-15 20:17:10 +0000
committerLars Wirzenius <liw@liw.fi>2014-02-15 20:17:10 +0000
commit893f5a21b0c7eedbebd4aad6c8421b95f70c811d (patch)
tree9bbb36dcd76c9d4c5680c74100cbbcd797947526 /manual/Makefile
parent786d9bc094708703d9fc6032a341c0ec6d3d39bd (diff)
downloadobnam-893f5a21b0c7eedbebd4aad6c8421b95f70c811d.tar.gz
Make manual PDF paper size explicitly letter
Letter will print on A4, but not vice versa.
Diffstat (limited to 'manual/Makefile')
-rw-r--r--manual/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/manual/Makefile b/manual/Makefile
index 5bfc78ea..5d0ef778 100644
--- a/manual/Makefile
+++ b/manual/Makefile
@@ -15,6 +15,7 @@ manual.html: Makefile $(sources) ../obnam.css
pandoc -H ../obnam.css --smart --toc --chapters --number-sections \
--standalone \
--self-contained \
+ -V geometry:lettersize \
-o manual.html $(sources)
000.mdwn: