Warning!

Notice: the grml team is migrating from Mercurial to Git.
Please visit git.grml.org instead!

Makefile: posix compat fix
authorMichael Gebetsroither <michael.geb@gmx.at>
Sat Mar 29 12:43:08 2008 +0100 (8 months ago)
changeset 49e7429847692
manifest9e7429847692
parent 30b6a665b1a3f
tagtip
Makefile: posix compat fix
Makefile
--- a/Makefile Sun Dec 16 17:43:26 2007 +0100
+++ b/Makefile Sat Mar 29 12:43:08 2008 +0100
@@ -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//'`