From c2782242e54b8eb17a42138c37364bb3d4bd5533 Mon Sep 17 00:00:00 2001 From: Philip Hazel Date: Thu, 1 Dec 2005 15:29:42 +0000 Subject: [PATCH] The PDF form of the filter document was done at the wrong paper size. The Makefile now knows how to set A4. --- doc/doc-docbook/Makefile | 4 ++-- 1 file 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 -- 2.25.1