From 9777285ed0607413382837fe1f4d2fefa05a202b Mon Sep 17 00:00:00 2001 From: Sandro Santilli Date: Tue, 4 Nov 2003 21:52:23 +0000 Subject: [PATCH] added 'global' specification to sed command git-svn-id: http://svn.osgeo.org/postgis/trunk@346 b70326c6-7e19-0410-871a-916f4a2858ee --- doc/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/Makefile b/doc/Makefile index 3e5e52e87..2a3735bee 100644 --- a/doc/Makefile +++ b/doc/Makefile @@ -4,10 +4,10 @@ LAST_RELEASE_VERSION = 0.8 html: html/index.html postgis.xml: postgis.xml.in - cat $< | sed "s/@@LAST_RELEASE_VERSION@@/$(LAST_RELEASE_VERSION)/" > $@ + cat $< | sed "s/@@LAST_RELEASE_VERSION@@/$(LAST_RELEASE_VERSION)/g" > $@ html/index.html: postgis.xml jw $(COMMONOPTS) -o html/ $< clean: - #rm -f html/*.html + #rm -f html/*.html postgis.xml -- 2.40.0