diff options
-rw-r--r-- | Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -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 |