ph10 2005/12/01 15:29:42 GMT
Modified files:
exim-doc/doc-docbook Makefile
Log:
The PDF form of the filter document was done at the wrong paper size.
The Makefile now knows how to set A4.
Revision Changes Path
1.4 +1 -1 exim/exim-doc/doc-docbook/Makefile
Index: Makefile
===================================================================
RCS file: /home/cvs/exim/exim-doc/doc-docbook/Makefile,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- Makefile 15 Nov 2005 16:10:50 -0000 1.3
+++ Makefile 1 Dec 2005 15:29:42 -0000 1.4
@@ -1,4 +1,4 @@
-# $Cambridge: exim/exim-doc/doc-docbook/Makefile,v 1.3 2005/11/15 16:10:50 ph10 Exp $
+# $Cambridge: exim/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 @@
# 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