diff options
author | Nigel Metheringham <nigel@exim.org> | 2009-10-16 10:36:52 +0000 |
---|---|---|
committer | Nigel Metheringham <nigel@exim.org> | 2009-10-16 10:36:52 +0000 |
commit | a21196501a7c718aa809e927fc9f1f38ed481cec (patch) | |
tree | cbfc02ec20e4171b19b9b84cd7c130bd9119b39c /doc/doc-docbook/Makefile | |
parent | e6060e2ce135caa2d48e682c4d76d071ff760a30 (diff) |
doc os fixup script from Phil Pennock. fixes: #765
Diffstat (limited to 'doc/doc-docbook/Makefile')
-rw-r--r-- | doc/doc-docbook/Makefile | 14 |
1 files changed, 13 insertions, 1 deletions
diff --git a/doc/doc-docbook/Makefile b/doc/doc-docbook/Makefile index d2cb9fe86..e6f6487d3 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.13 2009/10/16 10:36:52 nm4 Exp $ # Make file for Exim documentation from xfpt source. @@ -290,6 +290,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 \ |