Warning!

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

Don't background xslt if generating manpages
authorAlexander Wirt <formorer@grml.org>
Sat Mar 29 09:36:25 2008 +0100 (8 months ago)
changeset 186706d23d809c4
manifest706d23d809c4
parent 1852091e1232bb2
child 187d0689d0310b2
Don't background xslt if generating manpages
Makefile
--- a/Makefile Tue Mar 25 01:49:06 2008 +0100
+++ b/Makefile Sat Mar 29 09:36:25 2008 +0100
@@ -17,7 +17,7 @@ man1 = $(usr)/share/man/man1/
%.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
gzip -f --best `echo $^ |sed -e 's/.txt//'`