X-Git-Url: http://git.grml.org/?a=blobdiff_plain;f=docs%2FMakefile;fp=docs%2FMakefile;h=e89b71c0ab685bd1863b2cb674ebcf350105d3d4;hb=84fb6eed93269d1794fe790b8f7c56a057814dc9;hp=fe3b24a9617b1a13b752bb1a1bc745ba189eb0f6;hpb=3a7b9b35d5115457705a8244c179faf7cea1dfe3;p=grml-network.git diff --git a/docs/Makefile b/docs/Makefile index fe3b24a..e89b71c 100644 --- a/docs/Makefile +++ b/docs/Makefile @@ -17,7 +17,7 @@ man1 = $(usr)/share/man/man1/ %.gz : %.txt ; asciidoc -d manpage -b docbook $^ #sed -i 's///g' `echo $^ |sed -e 's/.txt/.xml/'` - xsltproc -nonet /usr/share/xml/docbook/stylesheet/nwalsh/manpages/docbook.xsl `echo $^ |sed -e 's/.txt/.xml/'` &>/dev/null + xsltproc -nonet /usr/share/xml/docbook/stylesheet/nwalsh/manpages/docbook.xsl `echo $^ |sed -e 's/.txt/.xml/'` # ugly hack to avoid '.sp' at the end of a sentence or paragraph: sed -i 's/\.sp//' `echo $^ | sed -e 's/.txt//'` gzip -f --best `echo $^ |sed -e 's/.txt//'`