chiark / gitweb /
fix manpage orientation
authorIan Jackson <ijackson@chiark.greenend.org.uk>
Mon, 25 Aug 2014 22:11:34 +0000 (23:11 +0100)
committerIan Jackson <ijackson@chiark.greenend.org.uk>
Mon, 25 Aug 2014 22:11:34 +0000 (23:11 +0100)
Makefile

index 56eebd36873ea2901eb0808806149d48696cdfbb..9410c30cd7593e3316c00d40ddc02f3eb8b5494d 100644 (file)
--- 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