From 89e787b2da1d748c29e9f1fd4f896544950bed04 Mon Sep 17 00:00:00 2001 From: Ian Jackson Date: Mon, 25 Aug 2014 23:11:34 +0100 Subject: [PATCH] fix manpage orientation --- Makefile | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) 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 -- 2.30.2