X-Git-Url: https://git.grml.org/?a=blobdiff_plain;f=Makefile;h=e3c1bf609b2147bcfe0776b626fe7d099f74f421;hb=4b09ea6e4f76eeeb6e5de0af0f9c106edfe1d249;hp=26d9e89c7035d01fc598cd90d3cdf150c15b3021;hpb=dcc4d6d5646bc6591e90e0c12c85bb9f3ba78deb;p=grml-crypt.git diff --git a/Makefile b/Makefile index 26d9e89..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//'` @@ -42,5 +42,7 @@ install: all $(install_) -m 755 $(name_) $(usrsbin) clean: - rm -rf $(name_).8.html $(name_).8.xml $(name_).8 $(name_).8.gz + rm -rf $(name_).8.xml $(name_).8 +distclean: clean + rm -rf $(name_).8.html $(name_).8.gz