From 392eec17fbad9a734a2930823d007c7ea13c56a5 Mon Sep 17 00:00:00 2001 From: Michael Prokop Date: Fri, 7 Dec 2007 00:05:05 +0100 Subject: [PATCH] Fix manpage handling of xsltproc --- debian/changelog | 6 ++++++ docs/Makefile | 2 ++ 2 files changed, 8 insertions(+) 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//'` -- 2.1.4