summaryrefslogtreecommitdiff
path: root/doc/doc-docbook/Makefile
diff options
context:
space:
mode:
authorNigel Metheringham <nigel@exim.org>2010-05-28 15:38:18 +0000
committerNigel Metheringham <nigel@exim.org>2010-05-28 15:38:18 +0000
commit4a04fa7acf04ef208814ea62e0372e4f93dd30bd (patch)
tree80da9f65d0351e9861d67d00bd689109f50abe62 /doc/doc-docbook/Makefile
parenta466095c0f9c7f48b1c9f857b5a17cab69fecd28 (diff)
Updates to make doc build on tahini
Diffstat (limited to 'doc/doc-docbook/Makefile')
-rw-r--r--doc/doc-docbook/Makefile7
1 files changed, 4 insertions, 3 deletions
diff --git a/doc/doc-docbook/Makefile b/doc/doc-docbook/Makefile
index e6f6487d3..68a93b58b 100644
--- a/doc/doc-docbook/Makefile
+++ b/doc/doc-docbook/Makefile
@@ -1,4 +1,4 @@
-# $Cambridge: exim/doc/doc-docbook/Makefile,v 1.13 2009/10/16 10:36:52 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 ################################