diff options
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -4,4 +4,4 @@ arfnet2.html: arfnet2.md template.html pandoc --template template.html -s arfnet2.md -o arfnet2.html arfnet2.pdf: arfnet2.md - pandoc -s arfnet2.md -o arfnet2.pdf + pandoc -V geometry:margin=2.5cm -s arfnet2.md -o arfnet2.pdf |