summaryrefslogtreecommitdiff
path: root/yarns/Makefile
diff options
context:
space:
mode:
authorLars Wirzenius <liw@liw.fi>2014-02-15 20:17:51 +0000
committerLars Wirzenius <liw@liw.fi>2014-02-15 20:17:51 +0000
commit77ed734d587912ca2cd7e47da245c78ef6fff040 (patch)
tree67dbac4a2bf957ebe9164ceecd2cd70f21747db1 /yarns/Makefile
parent893f5a21b0c7eedbebd4aad6c8421b95f70c811d (diff)
downloadobnam-77ed734d587912ca2cd7e47da245c78ef6fff040.tar.gz
Make yarns.pdf paper size be letter too
Diffstat (limited to 'yarns/Makefile')
-rw-r--r--yarns/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/yarns/Makefile b/yarns/Makefile
index 22780072..8e118047 100644
--- a/yarns/Makefile
+++ b/yarns/Makefile
@@ -7,6 +7,7 @@ yarns.pdf: $(yarns) Makefile
yarns.html: $(yarns) Makefile ../obnam.css
pandoc -H ../obnam.css --smart --toc --chapters --number-sections \
+ -V geometry:lettersize \
--standalone --self-contained -o yarns.html $(yarns)
html: