X-Git-Url: http://git.grml.org/?p=grml-crypt.git;a=blobdiff_plain;f=Makefile;fp=Makefile;h=e3c1bf609b2147bcfe0776b626fe7d099f74f421;hp=c111943e50c70881121e6b82e89be5345c08ab1e;hb=4b09ea6e4f76eeeb6e5de0af0f9c106edfe1d249;hpb=aebeef3a5cd25b2457105b9ecc5278450ca4c7d9 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//'`