Rocco Rutte:
[apps/madmutt.git] / doc / Makefile.in
index edd1f99..8c5a93e 100644 (file)
@@ -98,7 +98,7 @@ uninstall:
        for f in muttng.1 mutt_dotlock.1 fleang.1 muttng-flea.1 muttngbug.1 ; do \
          rm -f $(DESTDIR)$(mandir)/man1/$$f ; \
        done
-       for f in muttngrc.5 muttng-mbox.5  do \
+       for f in muttngrc.5 muttng-mbox.5  do \
          rm -f $(DESTDIR)$(mandir)/man5/$$f ; \
        done
        for f in $(srcdir_DOCFILES) $(topsrcdir_DOCFILES) ; do \
@@ -172,8 +172,8 @@ muttrc.man stamp-doc-man: ../makedoc$(EXEEXT) $(top_srcdir)/init.h muttrc.man.he
                > muttrc.man
        touch stamp-doc-man
 
-manual.sgml stamp-doc-sgml: ../makedoc$(EXEEXT) $(top_srcdir)/init.h manual.sgml.head manual.sgml.tail $(top_srcdir)/VERSION
-       ( sed -e "s/@VERSION\@/`cat $(top_srcdir)/VERSION`/" $(srcdir)/manual.sgml.head ;\
+manual.sgml stamp-doc-sgml: ../makedoc$(EXEEXT) $(top_srcdir)/init.h manual.sgml.head manual.sgml.tail $(top_srcdir)/VERSION.in
+       ( sed -e "s/@VERSION\@/`cat $(top_srcdir)/VERSION.in`/" $(srcdir)/manual.sgml.head ;\
          $(MAKEDOC_CPP) $(top_srcdir)/init.h | ../makedoc -s ) |      \
                cat - $(srcdir)/manual.sgml.tail > manual.sgml
        touch stamp-doc-sgml