From: Marc Fiuczynski Date: Wed, 15 Jul 2009 13:35:12 +0000 (+0000) Subject: Need to use , rather than / as the sed separator X-Git-Tag: NodeManager-1.8-8~11 X-Git-Url: http://git.onelab.eu/?a=commitdiff_plain;h=b35bc5add66563dd7f7b3bf139c1a13c5d7803a4;p=nodemanager.git Need to use , rather than / as the sed separator --- 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