X-Git-Url: http://git.grml.org/?a=blobdiff_plain;f=Makefile;h=e3c1bf609b2147bcfe0776b626fe7d099f74f421;hb=HEAD;hp=c111943e50c70881121e6b82e89be5345c08ab1e;hpb=72e6325ac1da8c246b79633688d07d327e09b4bf;p=grml-crypt.git diff --git a/Makefile b/Makefile index c111943..e3c1bf6 100644 --- a/Makefile +++ b/Makefile @@ -16,7 +16,7 @@ man8 = $(usr)/share/man/man8/ %.gz : %.txt ; asciidoc -d manpage -b docbook $^ sed -i 's///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//'`