]> granicus.if.org Git - postgis/commitdiff
added 'global' specification to sed command
authorSandro Santilli <strk@keybit.net>
Tue, 4 Nov 2003 21:52:23 +0000 (21:52 +0000)
committerSandro Santilli <strk@keybit.net>
Tue, 4 Nov 2003 21:52:23 +0000 (21:52 +0000)
git-svn-id: http://svn.osgeo.org/postgis/trunk@346 b70326c6-7e19-0410-871a-916f4a2858ee

doc/Makefile

index 3e5e52e87bbee02b6b3232c8ddf2200140eb0478..2a3735bee3a96740f1590e444af0cf79f57225d0 100644 (file)
@@ -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