X-Git-Url: http://git.madism.org/?a=blobdiff_plain;f=doc%2FMakefile.in;h=8c5a93ec775ca5ae8c3c04f918788b7a9032e04f;hb=6a0fbdc73204a837ec7d378eaf0e1248a982ba9d;hp=edd1f993c4a8fe2b82dca64492eb76bd12e84407;hpb=f5b0e714a215eddd4d9f8084b434b713f0a580b4;p=apps%2Fmadmutt.git diff --git a/doc/Makefile.in b/doc/Makefile.in index edd1f99..8c5a93e 100644 --- a/doc/Makefile.in +++ b/doc/Makefile.in @@ -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