Fix manpage handling of xsltproc
authorMichael Prokop <mika@grml.org>
Thu, 6 Dec 2007 22:47:21 +0000 (23:47 +0100)
committerMichael Prokop <mika@grml.org>
Thu, 6 Dec 2007 22:47:21 +0000 (23:47 +0100)
Makefile
debian/changelog

index e67c187..a1493bf 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -20,6 +20,8 @@ man-stamp: grml-debootstrap.8.txt
        # notice: docbook-xsl 1.71.0.dfsg.1-1 is broken! make sure you use 1.68.1.dfsg.1-0.2!
        cp grml-debootstrap.8 grml-debootstrap.8.tmp
        uniq grml-debootstrap.8.tmp > grml-debootstrap.8
+       # ugly hack to avoid '.sp' at the end of a sentence or paragraph:
+       sed -i 's/\.sp$//' grml-debootstrap.8
        rm grml-debootstrap.8.tmp
        touch man-stamp
 
index fa3c55c..d0fec91 100644 (file)
@@ -1,3 +1,9 @@
+grml-debootstrap (0.13) unstable; urgency=low
+
+  * Fix manpage handling of xsltproc.
+
+ -- Michael Prokop <mika@grml.org>  Thu, 06 Dec 2007 23:47:09 +0100
+
 grml-debootstrap (0.12) unstable; urgency=low
 
   * Fixed some typos in the manpage.