Fix sed command for xsltproc workaround 0.3.37
authorMichael Prokop <mika@grml.org>
Thu, 6 Dec 2007 22:52:46 +0000 (23:52 +0100)
committerMichael Prokop <mika@grml.org>
Thu, 6 Dec 2007 22:52:46 +0000 (23:52 +0100)
Makefile

index bea08b2..1729d12 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -19,7 +19,7 @@ man-stamp: grml-x.txt
        cp grml-x.1 grml-x.1.tmp
        uniq grml-x.1.tmp > grml-x.1
        # ugly hack to avoid '.sp' at the end of a sentence or paragraph:
-       sed -i 's/\.sp$//' grml-x.1
+       sed -i 's/\.sp//' grml-x.1
        rm grml-x.1.tmp
        touch man-stamp