X-Git-Url: https://git.exim.org/users/heiko/exim.git/blobdiff_plain/207c78ae6684db33dbb9eebc6bc9a64f3e7dcc6b..d7177eb2021bc5517b2d8fab2269564f30d4446e:/doc/doc-docbook/Makefile diff --git a/doc/doc-docbook/Makefile b/doc/doc-docbook/Makefile index d2cb9fe86..68a93b58b 100644 --- a/doc/doc-docbook/Makefile +++ b/doc/doc-docbook/Makefile @@ -1,4 +1,4 @@ -# $Cambridge: exim/doc/doc-docbook/Makefile,v 1.12 2007/12/01 15:53:55 nm4 Exp $ +# $Cambridge: exim/doc/doc-docbook/Makefile,v 1.14 2010/05/28 15:38:18 nm4 Exp $ # Make file for Exim documentation from xfpt source. @@ -12,8 +12,9 @@ notarget:; @echo "** You must specify a target, in the form x.y, where x is ' # # Generate all the documentation files... # -everything: spec.pdf spec.ps spec.html spec.info spec.txt \ - filter.pdf filter.ps filter.html filter.info filter.txt \ +## removed info files as I cannot generate them - spec.info filter.info +everything: spec.pdf spec.ps spec.html spec.txt \ + filter.pdf filter.ps filter.html filter.txt \ exim.8 ############################## MAN PAGE ################################ @@ -290,6 +291,18 @@ test.info: test-info.xml ######################################################################## +############################## OS FIXUP ################################ + +# Yes, we've advanced so far in text processing that we now have to +# hardcode in complete paths and so become dependent upon exactly where +# files were installed for xsl:import. Which of course varies by OS. + +os-fixup: + ./OS-Fixups + +######################################################################## + + ################################ CLEAN ################################# clean:; /bin/rm -rf exim.8 \