summaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorThomas Roessler <roessler@does-not-exist.org>1999-11-11 08:41:27 +0000
committerThomas Roessler <roessler@does-not-exist.org>1999-11-11 08:41:27 +0000
commita3107f0ba0b5866053e675f33f95a763d5eef180 (patch)
tree5e09c95d712fb25cfe043d0aeeac59874f7bc4ec /doc
parentc2a6707d1d426e0ae0d2665c52787bbde67efc47 (diff)
Another build process patch from Brendan Cully.
Diffstat (limited to 'doc')
-rw-r--r--doc/Makefile.in4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/Makefile.in b/doc/Makefile.in
index d2f18bbb..db9985f4 100644
--- a/doc/Makefile.in
+++ b/doc/Makefile.in
@@ -31,7 +31,7 @@ CPPFLAGS = @CPPFLAGS@
DEFS=-DSHAREDIR=\"$(sharedir)\" -DSYSCONFDIR=\"$(sysconfdir)\" \
-DBINDIR=\"$(bindir)\" -DHAVE_CONFIG_H=1
-INCLUDES=-I. -I$(includedir) -I$(top_srcdir)
+INCLUDES=-I. -I.. -I$(includedir) -I$(top_srcdir)
MAKEDOC_CPP=$(CPP) $(INCLUDES) $(DEFS) $(CPPFLAGS) -D_MAKEDOC -C
@@ -139,7 +139,7 @@ muttrc.man stamp-doc-man: ../makedoc $(top_srcdir)/init.h muttrc.man.head muttrc
touch stamp-doc-man
manual.sgml stamp-doc-sgml: ../makedoc $(top_srcdir)/init.h manual.sgml.head manual.sgml.tail $(top_srcdir)/VERSION
- ( sed -e "s/$(at)VERSION$(at)/`cat $(top_srcdir)/VERSION`/" manual.sgml.head ;\
+ ( sed -e "s/$(at)VERSION$(at)/`cat $(top_srcdir)/VERSION`/" $(srcdir)/manual.sgml.head ;\
$(MAKEDOC_CPP) $(top_srcdir)/init.h | ../makedoc -s ) | \
cat - $(srcdir)/manual.sgml.tail > manual.sgml
touch stamp-doc-sgml