summaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorThomas Roessler <roessler@does-not-exist.org>1999-09-01 21:41:15 +0000
committerThomas Roessler <roessler@does-not-exist.org>1999-09-01 21:41:15 +0000
commitcb90b96c16dd5f9f9aaf3b5910aab03a8d79a359 (patch)
treed451f23a9a6767214d4a3bd9d27846fd5ff4bdf4 /doc
parent2a575a970197b530377f266bf02e5b970008e421 (diff)
A couple of build process and portability fixes concerning the
automatically generated documentation.
Diffstat (limited to 'doc')
-rw-r--r--doc/Makefile.in7
1 files changed, 5 insertions, 2 deletions
diff --git a/doc/Makefile.in b/doc/Makefile.in
index b2fbe8ca..c0f2cb96 100644
--- a/doc/Makefile.in
+++ b/doc/Makefile.in
@@ -21,6 +21,7 @@ VPATH=@srcdir@
INSTALL=@INSTALL@
CC=@CC@
+CPP=@CPP@
XCPPFLAGS=-I. @CPPFLAGS@
CFLAGS=@CFLAGS@ -DSHAREDIR=\"$(sharedir)\" $(XCPPFLAGS)
LDFLAGS=@LDFLAGS@
@@ -32,7 +33,7 @@ DEFS=-DSHAREDIR=\"$(sharedir)\" -DSYSCONFDIR=\"$(sysconfdir)\" \
-DBINDIR=\"$(bindir)\" -DHAVE_CONFIG_H=1
INCLUDES=-I. -I$(includedir) -I$(top_srcdir)
-MAKEDOC_CPP=cpp $(INCLUDES) $(DEFS) $(CPPFLAGS) -D_MAKEDOC -C -include ../config.h
+MAKEDOC_CPP=$(CPP) $(INCLUDES) $(DEFS) $(CPPFLAGS) -D_MAKEDOC -C -include ../config.h
DISTFILES = Makefile.in dotlock.man \
mutt.man \
@@ -46,7 +47,9 @@ DISTFILES = Makefile.in dotlock.man \
manual.sgml.head \
manual.sgml.tail \
manual.sgml \
- manual.html
+ manual.html \
+ stamp-doc-sgml \
+ stamp-doc-man
srcdir_DOCFILES = PGP-Notes.txt applying-patches.txt \
devel-notes.txt