From 893f5a21b0c7eedbebd4aad6c8421b95f70c811d Mon Sep 17 00:00:00 2001 From: Lars Wirzenius Date: Sat, 15 Feb 2014 20:17:10 +0000 Subject: Make manual PDF paper size explicitly letter Letter will print on A4, but not vice versa. --- manual/Makefile | 1 + 1 file changed, 1 insertion(+) (limited to 'manual/Makefile') 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: -- cgit v1.2.1