From b35bc5add66563dd7f7b3bf139c1a13c5d7803a4 Mon Sep 17 00:00:00 2001 From: Marc Fiuczynski Date: Wed, 15 Jul 2009 13:35:12 +0000 Subject: [PATCH] Need to use , rather than / as the sed separator --- doc/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/Makefile b/doc/Makefile index be40171..5d3870f 100644 --- a/doc/Makefile +++ b/doc/Makefile @@ -23,7 +23,7 @@ NMAPI.xml: NMAPI.xml.in $(if $(local-docbook-43), \ echo Using locally installed DTD $(local-docbook-43), \ echo WARNING - could not locate local DTD - using remote $(remote-docbook-43)) - sed -e s/@DOCBOOK-43@/$(docbook-43)/ $< > $@ + sed -e s,@DOCBOOK-43@,$(docbook-43), $< > $@ .NMAPI.xml.valid: Methods.xml -- 2.47.0