]> granicus.if.org Git - mutt/commitdiff
Another build process patch from Brendan Cully.
authorThomas Roessler <roessler@does-not-exist.org>
Thu, 11 Nov 1999 08:41:27 +0000 (08:41 +0000)
committerThomas Roessler <roessler@does-not-exist.org>
Thu, 11 Nov 1999 08:41:27 +0000 (08:41 +0000)
doc/Makefile.in

index d2f18bbb799d45e3208d0d5ef356da5a7efd21ca..db9985f4bb35ef396887b2f3718be4aeb9b38b8a 100644 (file)
@@ -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