From: Michael Prokop Date: Thu, 6 Dec 2007 22:52:46 +0000 (+0100) Subject: Fix sed command for xsltproc workaround X-Git-Tag: 0.3.37 X-Git-Url: http://git.grml.org/?a=commitdiff_plain;h=02800fcd4417aa0d3f4cc7882aeba49819259812;hp=068ba562ff00b033dd43ed80979dcb5b9cd369b5;p=grml-x.git Fix sed command for xsltproc workaround --- diff --git a/Makefile b/Makefile index bea08b2..1729d12 100644 --- 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