X-Git-Url: http://git.madism.org/?a=blobdiff_plain;f=doc%2FMakefile.in;h=b43fcce3218bfa42be603f5ae54fcdd2c025882b;hb=16392434eb28ef16069eae972640e1f534477f83;hp=689bc1052d9744507b2fa169a6c9d83cb3921495;hpb=e10e4062ade3f8a2fefddf38f66b5d6c05dd7720;p=apps%2Fmadmutt.git diff --git a/doc/Makefile.in b/doc/Makefile.in index 689bc10..b43fcce 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@ @@ -103,17 +104,13 @@ uninstall: check: manual.txt: manual.sgml - if linuxdoc -B txt --pass='-P -c' manual ; then \ - uniq < manual.txt | expand > _manual.txt ; \ - rm manual.txt ; \ - mv _manual.txt manual.txt ;\ - fi + @SGML2TXT_CMD@ manual.html: manual.sgml - sgml2html manual || true + @SGML2HTML_CMD@ manual.ps: manual.sgml - sgml2latex --output=ps manual || true + @SGML2PS_CMD@ clean: rm -f *~ *.html *.orig *.rej stamp-doc-sgml stamp-doc-man *.ps @@ -150,7 +147,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 = @