From: Thomas Roessler Date: Thu, 11 Nov 1999 08:41:27 +0000 (+0000) Subject: Another build process patch from Brendan Cully. X-Git-Tag: mutt-1-1-2-rel~61 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=a3107f0ba0b5866053e675f33f95a763d5eef180;p=mutt Another build process patch from Brendan Cully. --- 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