From: Michael Prokop Date: Thu, 6 Dec 2007 23:05:05 +0000 (+0100) Subject: Fix manpage handling of xsltproc X-Git-Tag: 0.1.17 X-Git-Url: http://git.grml.org/?p=grml-network.git;a=commitdiff_plain;h=392eec17fbad9a734a2930823d007c7ea13c56a5 Fix manpage handling of xsltproc --- diff --git a/debian/changelog b/debian/changelog index f89425d..ffd89e9 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +grml-network (0.1.17) unstable; urgency=low + + * Fix manpage handling of xsltproc. + + -- Michael Prokop Fri, 07 Dec 2007 00:04:53 +0100 + grml-network (0.1.16) unstable; urgency=low * Split Suggests into Suggests and Recommends. diff --git a/docs/Makefile b/docs/Makefile index a98def2..3cd60ac 100644 --- a/docs/Makefile +++ b/docs/Makefile @@ -18,6 +18,8 @@ man1 = $(usr)/share/man/man1/ 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 + # 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//'`