From 15f7fd039ac4a47b87eb0e07cbbe07dc64cd85ea Mon Sep 17 00:00:00 2001 From: Darko Poljak Date: Wed, 4 May 2016 12:06:19 +0200 Subject: [PATCH] Make sed invocation to not be GNU specific. --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index fb5fc09f..777387b7 100644 --- a/Makefile +++ b/Makefile @@ -26,7 +26,7 @@ A2XH=a2x -f xhtml --no-xmllint -a encoding=UTF-8 # is the man page section (1 or 7). The first three lines of the input # (xml, DOCTYPE, head tags) are ignored, since the head tags contains # the title of the page and should not contain a href. -CROSSLINK=sed --in-place '1,3!s/\([[:alnum:]_-]*\)(\([17]\))/&<\/a>/g' +CROSSLINK=sed -i '1,3!s/\([[:alnum:]_-]*\)(\([17]\))/&<\/a>/g' helper=./bin/build-helper MANDIR=docs/man