diff options
author | Philip Hazel <ph10@hermes.cam.ac.uk> | 2005-12-01 15:29:42 +0000 |
---|---|---|
committer | Philip Hazel <ph10@hermes.cam.ac.uk> | 2005-12-01 15:29:42 +0000 |
commit | c2782242e54b8eb17a42138c37364bb3d4bd5533 (patch) | |
tree | 0035e6597ad97e7022589371e3665213a10a7a67 | |
parent | 214e2000de8e57b8fcfa7489f53c7aaf5dc77cdd (diff) |
The PDF form of the filter document was done at the wrong paper size.
The Makefile now knows how to set A4.
-rw-r--r-- | doc/doc-docbook/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/doc-docbook/Makefile b/doc/doc-docbook/Makefile index c2e5593b1..9bb4ffb48 100644 --- a/doc/doc-docbook/Makefile +++ b/doc/doc-docbook/Makefile @@ -1,4 +1,4 @@ -# $Cambridge: exim/doc/doc-docbook/Makefile,v 1.3 2005/11/15 16:10:50 ph10 Exp $ +# $Cambridge: exim/doc/doc-docbook/Makefile,v 1.4 2005/12/01 15:29:42 ph10 Exp $ # Make file for Exim documentation from Asciidoc source. @@ -44,7 +44,7 @@ filter.ps: filter.fo # mv filter-tmp.pdf filter.pdf filter.pdf: filter.ps - ps2pdf filter.ps filter.pdf + ps2pdf -sPAPERSIZE=a4 filter.ps filter.pdf filter.html: filter-html.xml TidyHTML-filter MyStyle-nochunk-html.xsl MyStyle-html.xsl MyStyle.xsl /bin/rm -rf filter.html filter-html.html |