From 1166510144cf164d1b671f6b24ac5cf37b0444fa Mon Sep 17 00:00:00 2001 From: Frank Terbeck Date: Wed, 9 Sep 2009 21:32:47 +0200 Subject: [PATCH] doc/Makefile: fix non posix shell syntax --- doc/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/Makefile b/doc/Makefile index 30f5e3b..3075fcb 100644 --- a/doc/Makefile +++ b/doc/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 2>&1 # 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