X-Git-Url: https://git.grml.org/?a=blobdiff_plain;f=Makefile;h=26d9e89c7035d01fc598cd90d3cdf150c15b3021;hb=dcc4d6d5646bc6591e90e0c12c85bb9f3ba78deb;hp=832ab8d88a964dc8ee3736bf73d2180b04553ace;hpb=d159323395d883769dc47ab9c6b3b4a3d5da7a4c;p=grml-crypt.git diff --git a/Makefile b/Makefile index 832ab8d..26d9e89 100644 --- a/Makefile +++ b/Makefile @@ -15,7 +15,7 @@ man8 = $(usr)/share/man/man8/ %.gz : %.txt ; asciidoc -d manpage -b docbook $^ - sed -i 's///' `echo $^ |sed -e 's/.txt/.xml/'` + 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/'` gzip -f --best `echo $^ |sed -e 's/.txt//'`