From 02800fcd4417aa0d3f4cc7882aeba49819259812 Mon Sep 17 00:00:00 2001 From: Michael Prokop Date: Thu, 6 Dec 2007 23:52:46 +0100 Subject: [PATCH] Fix sed command for xsltproc workaround --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.1.4