From: Sandro Santilli Date: Wed, 5 Nov 2003 11:00:18 +0000 (+0000) Subject: postgis.xml put back in place. Makefile modified to generate a X-Git-Tag: pgis_0_8_0~34 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=61f231cf47f66cde346a6a06b5aaebad65403ca3;p=postgis postgis.xml put back in place. Makefile modified to generate a postgis-out.xml from postgis.xml. git-svn-id: http://svn.osgeo.org/postgis/trunk@348 b70326c6-7e19-0410-871a-916f4a2858ee --- diff --git a/doc/Makefile b/doc/Makefile index 2a3735bee..bf770923b 100644 --- a/doc/Makefile +++ b/doc/Makefile @@ -3,11 +3,11 @@ LAST_RELEASE_VERSION = 0.8 html: html/index.html -postgis.xml: postgis.xml.in +postgis-out.xml: postgis.xml cat $< | sed "s/@@LAST_RELEASE_VERSION@@/$(LAST_RELEASE_VERSION)/g" > $@ -html/index.html: postgis.xml +html/index.html: postgis-out.xml jw $(COMMONOPTS) -o html/ $< clean: - #rm -f html/*.html postgis.xml + #rm -f html/*.html postgis-out.xml diff --git a/doc/postgis.xml.in b/doc/postgis.xml similarity index 100% rename from doc/postgis.xml.in rename to doc/postgis.xml