From: Ian Jackson Date: Mon, 25 Aug 2014 22:11:34 +0000 (+0100) Subject: fix manpage orientation X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ijackson/git?a=commitdiff_plain;h=89e787b2da1d748c29e9f1fd4f896544950bed04;p=talk-2014-debconf-dgit.git fix manpage orientation --- diff --git a/Makefile b/Makefile index 56eebd3..9410c30 100644 --- a/Makefile +++ b/Makefile @@ -17,9 +17,8 @@ manpage.ps: dgit.1-manpage Makefile pstops -pa3 '100:0@1.7(-4cm,-47cm)' <$@.1 >$@.2 ps2pdf -sPAPERSIZE=a3 $@.2 $@.3 pdfcrop --bbox '0 0 841 595' $@.3 $@.4 - pdf2ps $@.4 $@ -# ps2ps -sPAPERSIZE=a4 $@.2 $@.3 -# pstops -w29.7cm -h21cm '100:0@1R(0cm,21cm)' <$@.3 $o + pdf2ps $@.4 $@.5 + pstops -pa4 '0L(21cm,0cm)' <$@.5 >$@ %.ps: %.fig iconv <$< >$@.1 -f UTF-8 -t ISO-8859-1