Makefile: posix compat fix
authorMichael Gebetsroither <michael.geb@gmx.at>
Sat, 29 Mar 2008 11:43:08 +0000 (12:43 +0100)
committerMichael Gebetsroither <michael.geb@gmx.at>
Sat, 29 Mar 2008 11:43:08 +0000 (12:43 +0100)
Makefile

index 33e6fe9..d9fd7be 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -4,7 +4,7 @@
 %.gz : %.txt ;
        asciidoc -d manpage -b docbook $^
        #sed -i 's/<emphasis role="strong">/<emphasis role="bold">/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//'`