X-Git-Url: http://git.madism.org/?a=blobdiff_plain;f=doc%2FMakefile.in;h=c391a464e6b92a13a3fd1ee94d0cb58b79e94280;hb=fdf0986350bf8b49a817aaf53526904f8ed5b8de;hp=fce11af68ed5680af510e59761a99664cac94b06;hpb=c30879afd71ee24e706b6d8c7b7916f36407e937;p=apps%2Fmadmutt.git diff --git a/doc/Makefile.in b/doc/Makefile.in index fce11af..c391a46 100644 --- a/doc/Makefile.in +++ b/doc/Makefile.in @@ -1,4 +1,4 @@ -# $Id: Makefile.in,v 3.4 2004/04/30 06:49:37 roessler Exp $ +# $Id: Makefile.in,v 3.6 2005/03/16 02:49:33 brendan Exp $ SHELL = /bin/sh @@ -21,6 +21,7 @@ VPATH = @srcdir@ INSTALL = @INSTALL@ CC = @CC@ CPP = @CPP@ +EXEEXT = @EXEEXT@ XCPPFLAGS = -I. @CPPFLAGS@ CFLAGS = @CFLAGS@ $(XCPPFLAGS) LDFLAGS = @LDFLAGS@ @@ -60,7 +61,7 @@ srcdir_DOCFILES = PGP-Notes.txt applying-patches.txt \ topsrcdir_DOCFILES = COPYRIGHT GPL INSTALL ChangeLog \ - ChangeLog.old ChangeLog.mutt-ng \ + ChangeLog.old ChangeLog.mutt-ng UPGRADING \ README NEWS TODO TODO.mutt-ng README.SECURITY README.SSL all: muttrc.man try-html try-txt @@ -76,7 +77,8 @@ install: all instdoc $(top_srcdir)/mkinstalldirs $(DESTDIR)$(mandir)/man5 ./instdoc $(srcdir)/mutt.man $(DESTDIR)$(mandir)/man1/muttng.1 ./instdoc $(srcdir)/muttbug.man $(DESTDIR)$(mandir)/man1/muttng-flea.1 - echo ".so $(mandir)/man1/flea.1" > $(DESTDIR)$(mandir)/man1/muttngbug.1 + echo ".so $(mandir)/man1/muttng-flea.1" > $(DESTDIR)$(mandir)/man1/muttngbug.1 + echo ".so $(mandir)/man1/muttng-flea.1" > $(DESTDIR)$(mandir)/man1/fleang.1 ./instdoc $(srcdir)/dotlock.man \ $(DESTDIR)$(mandir)/man1/muttng_dotlock.1 ./instdoc muttrc.man $(DESTDIR)$(mandir)/man5/muttngrc.5 @@ -102,7 +104,7 @@ uninstall: check: manual.txt: manual.sgml - if sgml2txt -c latin manual ; then \ + if linuxdoc -B txt --pass='-P -c' manual ; then \ uniq < manual.txt | expand > _manual.txt ; \ rm manual.txt ; \ mv _manual.txt manual.txt ;\ @@ -149,7 +151,7 @@ dist distdir: Makefile $(DISTFILES) done ../makedoc: $(top_srcdir)/makedoc.c - (cd .. && $(MAKE) makedoc) + (cd .. && $(MAKE) makedoc$(EXEEXT)) # hack around autoconf mixing up patterns. at = @