From: Michael Gebetsroither Date: Thu, 2 Feb 2006 21:39:56 +0000 (+0100) Subject: makefile fix for asciidoc X-Git-Tag: 0.14~3 X-Git-Url: http://git.grml.org/?p=grml-crypt.git;a=commitdiff_plain;h=d159323395d883769dc47ab9c6b3b4a3d5da7a4c makefile fix for asciidoc --- diff --git a/Makefile b/Makefile index 6e4ac34..832ab8d 100644 --- a/Makefile +++ b/Makefile @@ -15,6 +15,7 @@ man8 = $(usr)/share/man/man8/ %.gz : %.txt ; asciidoc -d manpage -b docbook $^ + sed -i 's///' `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//'`