From: Michael Gebetsroither Date: Sat, 29 Mar 2008 11:43:08 +0000 (+0100) Subject: Makefile: posix compat fix X-Git-Tag: v0.3~2 X-Git-Url: http://git.grml.org/?p=grml-paste.git;a=commitdiff_plain;h=eaec9c45667ddc1b4280d2642515afcdd5a95455 Makefile: posix compat fix --- diff --git a/Makefile b/Makefile index 33e6fe9..d9fd7be 100644 --- a/Makefile +++ b/Makefile @@ -4,7 +4,7 @@ %.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/'` >/dev/null # 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//'`