diff options
author | Nigel Metheringham <nigel@exim.org> | 2007-12-01 15:53:55 +0000 |
---|---|---|
committer | Nigel Metheringham <nigel@exim.org> | 2007-12-01 15:53:55 +0000 |
commit | 207c78ae6684db33dbb9eebc6bc9a64f3e7dcc6b (patch) | |
tree | 5a1f3c6fe9d875c4650e520b96e5581700f64748 /doc/doc-docbook/Makefile | |
parent | 478b35e8cafb7a6549691092246ab099350389bd (diff) |
Updated versions to 4.69, moved changebars appropriately, added everything target to docs makefile
Diffstat (limited to 'doc/doc-docbook/Makefile')
-rw-r--r-- | doc/doc-docbook/Makefile | 12 |
1 files changed, 10 insertions, 2 deletions
diff --git a/doc/doc-docbook/Makefile b/doc/doc-docbook/Makefile index 8e485ab2d..d2cb9fe86 100644 --- a/doc/doc-docbook/Makefile +++ b/doc/doc-docbook/Makefile @@ -1,4 +1,4 @@ -# $Cambridge: exim/doc/doc-docbook/Makefile,v 1.11 2007/08/29 13:37:28 ph10 Exp $ +# $Cambridge: exim/doc/doc-docbook/Makefile,v 1.12 2007/12/01 15:53:55 nm4 Exp $ # Make file for Exim documentation from xfpt source. @@ -8,6 +8,14 @@ notarget:; @echo "** You must specify a target, in the form x.y, where x is ' exit 1 +############################# EVERYTHING ############################### +# +# 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 \ + exim.8 + ############################## MAN PAGE ################################ exim.8: spec.xml x2man @@ -96,7 +104,7 @@ filter.txt: filter-txt.xml Tidytxt MyStyle-txt-html.xsl MyStyle-html.xsl \ filter.info: filter-info.xml docbook2texi filter-info.xml perl -ne 's/conceptindex/cindex/;s/optionindex/findex/;print;' \ - <exim_filtering.texi | Tidytxt >filter.texinfo + <exim_filtering.texi | ./Tidytxt >filter.texinfo /bin/rm -rf exim_filtering.texi makeinfo -o filter.info filter.texinfo |