docs: don't download DTDs when building docs
[grml-crypt.git] / Makefile
index c111943..e3c1bf6 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -16,7 +16,7 @@ man8 = $(usr)/share/man/man8/
 %.gz : %.txt ;
        asciidoc -d manpage -b docbook $^
        sed -i 's/<emphasis role="strong">/<emphasis role="bold">/g' `echo $^ |sed -e 's/.txt/.xml/'`
-       xsltproc /usr/share/xml/docbook/stylesheet/nwalsh/manpages/docbook.xsl `echo $^ |sed -e 's/.txt/.xml/'`
+       xsltproc --novalid /usr/share/xml/docbook/stylesheet/nwalsh/manpages/docbook.xsl `echo $^ |sed -e 's/.txt/.xml/'`
        gzip -f --best `echo $^ |sed -e 's/.txt//'`