From eaec9c45667ddc1b4280d2642515afcdd5a95455 Mon Sep 17 00:00:00 2001 From: Michael Gebetsroither Date: Sat, 29 Mar 2008 12:43:08 +0100 Subject: [PATCH] Makefile: posix compat fix --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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//'` -- 2.1.4