Release new version 0.28
[grml-crypt.git] / Makefile
index 9a4e9e8..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//'`
 
 
@@ -44,5 +44,5 @@ install: all
 clean:
        rm -rf $(name_).8.xml $(name_).8
 
-cleanall: clean
+distclean: clean
        rm -rf $(name_).8.html $(name_).8.gz