X-Git-Url: http://git.madism.org/?a=blobdiff_plain;f=doc%2FMakefile.in;h=df99053155efb93efd0f825b31c4e22dc97ebefc;hb=34bdd3478859130bc69e3253a03590f1bd0be2b5;hp=e149c3563a658bdab001ca33b6e9ba476a96974f;hpb=242b75e9e4f40d10d3fbc7357321f92219e8e890;p=apps%2Fmadmutt.git diff --git a/doc/Makefile.in b/doc/Makefile.in index e149c35..df99053 100644 --- a/doc/Makefile.in +++ b/doc/Makefile.in @@ -115,12 +115,12 @@ manual.txt: manual.html @HTML2TXT_CMD@ manual.html: $(srcdir)/html.xsl manual.xml - -xsltproc --stringparam html.stylesheet muttng.css --nonet -o $@ $^ + -xsltproc --nonet --stringparam html.stylesheet muttng.css -o $@ $^ @HTMLCLEAN_CMD@ $@ || true manual-chunked stamp-doc-chunked: $(srcdir)/chunk.xsl manual.xml test -d html || mkdir html - -xsltproc --stringparam html.stylesheet muttng.css --nonet -o html/ $^ + -xsltproc --nonet --stringparam html.stylesheet muttng.css -o html/ $^ touch stamp-doc-chunked cd html; for file in *.html ; do \ @HTMLCLEAN_CMD@ $$file || true ; \ @@ -199,4 +199,3 @@ manual.xml stamp-doc-xml: ../makedoc$(EXEEXT) $(top_srcdir)/init.h manual.xml.he $(MAKEDOC_CPP) $(top_srcdir)/init.h | ../makedoc -s ) | \ cat - $(srcdir)/manual.xml.tail > manual.xml touch stamp-doc-xml -