aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohn Ankarstr\xf6m <john@ankarstrom.se>2021-06-03 14:50:38 +0200
committerJohn Ankarstr\xf6m <john@ankarstrom.se>2021-06-03 14:50:38 +0200
commitb9ea8b70e71d6f917d8518c1d26a96ad9bdc184a (patch)
tree53906eabc67d422b82b913d658b83265b73ecc33
parent31ec4c21055d796f3aa2e05020059a85413247a2 (diff)
downloadxbattext-b9ea8b70e71d6f917d8518c1d26a96ad9bdc184a.tar.gz
Generate document as US Letter
I never use the Letter format, but its extra width in comparison to A4 is worth much in this case.
-rw-r--r--Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index d3c28de..c32b884 100644
--- a/Makefile
+++ b/Makefile
@@ -11,4 +11,5 @@ upload: xbattext.c
scp xbattext.c root@ankarstrom.se:/var/www/img/htdocs/xbattext.c
xbattext.pdf: xbattext.ms
- ~/prj/re/re xbattext.ms | groff -Tps -ms | ps2pdf - > xbattext.pdf
+ ~/prj/re/re xbattext.ms | groff -Tps -dpaper=letter -ms \
+ | ps2pdf - > xbattext.pdf