X-Git-Url: http://git.madism.org/?a=blobdiff_plain;f=doc%2FMakefile.in;h=83168b41f96747ad49d3b5d022855df8ab369c91;hb=64642e87792e0163db3600988fb92f8223c7d247;hp=3e4e3a9766158ac3250613146a646299695377e7;hpb=f7f52358a72c7bc02e201dd03bd7f75869681a52;p=apps%2Fmadmutt.git diff --git a/doc/Makefile.in b/doc/Makefile.in index 3e4e3a9..83168b4 100644 --- a/doc/Makefile.in +++ b/doc/Makefile.in @@ -50,6 +50,7 @@ DISTFILES = Makefile.in dotlock.man \ instdoc.sh.in \ patch-notes.txt \ smime-notes.txt \ + muttng-manual.xsl \ html.xsl chunk.xsl BUILT_DISTFILES = stamp-doc-xml stamp-doc-man stamp-doc-chunked \ @@ -115,15 +116,15 @@ 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 ; \ + @HTMLCLEAN_CMD@ $$file || true ; \ done manual.pdf: stamp-doc-tex @@ -194,9 +195,9 @@ muttrc.man stamp-doc-man: ../makedoc$(EXEEXT) $(top_srcdir)/init.h muttrc.man.he > muttrc.man touch stamp-doc-man -manual.xml stamp-doc-xml: ../makedoc$(EXEEXT) $(top_srcdir)/init.h manual.xml.head manual.xml.tail $(top_srcdir)/VERSION.in $(top_srcdir)/VERSION.svn +manual.xml stamp-doc-xml: ../makedoc$(EXEEXT) $(top_srcdir)/init.h muttng-manual.xsl manual.xml.head manual.xml.tail $(top_srcdir)/VERSION.in $(top_srcdir)/VERSION.svn ( sed -e "s/@VERSION\@/`cat $(top_srcdir)/VERSION.in`-r`cat $(top_srcdir)/VERSION.svn`/" $(srcdir)/manual.xml.head ;\ $(MAKEDOC_CPP) $(top_srcdir)/init.h | ../makedoc -s ) | \ - cat - $(srcdir)/manual.xml.tail > manual.xml + cat - $(srcdir)/manual.xml.tail > manual-pre.xml + -xsltproc --novalid --nonet muttng-manual.xsl manual-pre.xml > manual.xml touch stamp-doc-xml -