From: Christian Hofstaedtler Date: Fri, 29 Jul 2011 23:25:24 +0000 (+0200) Subject: docs: don't download DTDs when building docs X-Git-Tag: v0.15.1~8 X-Git-Url: http://git.grml.org/?p=grml-live.git;a=commitdiff_plain;h=9f96a3891e38c264ee2713fe92807da25e4524b7 docs: don't download DTDs when building docs --- diff --git a/docs/Makefile b/docs/Makefile index b9f9aaa..f27c341 100644 --- a/docs/Makefile +++ b/docs/Makefile @@ -14,11 +14,11 @@ doc_man: man-stamp man-stamp: grml-live.txt grml-live-remaster.txt asciidoc -d manpage -b docbook grml-live.txt - xsltproc /usr/share/xml/docbook/stylesheet/nwalsh/manpages/docbook.xsl grml-live.xml + xsltproc --novalid /usr/share/xml/docbook/stylesheet/nwalsh/manpages/docbook.xsl grml-live.xml asciidoc -d manpage -b docbook grml-live-remaster.txt - xsltproc /usr/share/xml/docbook/stylesheet/nwalsh/manpages/docbook.xsl grml-live-remaster.xml + xsltproc --novalid /usr/share/xml/docbook/stylesheet/nwalsh/manpages/docbook.xsl grml-live-remaster.xml asciidoc -d manpage -b docbook grml-live-db.txt - xsltproc /usr/share/xml/docbook/stylesheet/nwalsh/manpages/docbook.xsl grml-live-db.xml + xsltproc --novalid /usr/share/xml/docbook/stylesheet/nwalsh/manpages/docbook.xsl grml-live-db.xml touch man-stamp doc_epub: epub-stamp