Fix wrong usage of redirection in Makefile for doc generation.
authorMichael Prokop <mika@grml.org>
Fri, 2 Apr 2010 16:25:27 +0000 (18:25 +0200)
committerMichael Prokop <mika@grml.org>
Fri, 2 Apr 2010 16:25:27 +0000 (18:25 +0200)
debian/changelog
docs/Makefile

index 96d544d..9b46ef7 100644 (file)
@@ -4,8 +4,9 @@ grml-network (0.3.2) unstable; urgency=low
     netcardconfig (iwl3945 doesn't have an entry in
     /proc/net/wireless with kernel 2.6.33 for example).
   * Bump Standards-Version to 3.8.4 (no further changes).
+  * Fix wrong usage of redirection in Makefile for doc generation.
 
- -- Michael Prokop <mika@grml.org>  Fri, 02 Apr 2010 18:16:23 +0200
+ -- Michael Prokop <mika@grml.org>  Fri, 02 Apr 2010 18:24:55 +0200
 
 grml-network (0.3.1) unstable; urgency=low
 
index fe3b24a..e89b71c 100644 (file)
@@ -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/'`
        # 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//'`