]> granicus.if.org Git - postgis/commitdiff
dropped 'clean' rule (not really a good idea right now)
authorSandro Santilli <strk@keybit.net>
Tue, 4 Nov 2003 19:20:48 +0000 (19:20 +0000)
committerSandro Santilli <strk@keybit.net>
Tue, 4 Nov 2003 19:20:48 +0000 (19:20 +0000)
git-svn-id: http://svn.osgeo.org/postgis/trunk@344 b70326c6-7e19-0410-871a-916f4a2858ee

doc/Makefile

index 70f58fb5518d06f35e454198c68a0cf63537b5e4..3e5e52e87bbee02b6b3232c8ddf2200140eb0478 100644 (file)
@@ -1,9 +1,13 @@
 COMMONOPTS = -f docbook -b html -e no-valid
+LAST_RELEASE_VERSION = 0.8
 
 html: html/index.html
 
+postgis.xml: postgis.xml.in
+       cat $< | sed "s/@@LAST_RELEASE_VERSION@@/$(LAST_RELEASE_VERSION)/" > $@
+
 html/index.html: postgis.xml
        jw $(COMMONOPTS) -o html/ $<
 
 clean:
-       rm -f html/*.html
+       #rm -f html/*.html