From f0b82cbae357b25d3dc58800fe3cc32ff5032fa1 Mon Sep 17 00:00:00 2001 From: Kevin Neufeld Date: Wed, 18 Nov 2009 17:19:14 +0000 Subject: [PATCH] simplified postgis-out.xml target. The sed replacement should only happen on the postgis.xml file as the DocBook variable &last_release_version is used throughout the documentation git-svn-id: http://svn.osgeo.org/postgis/trunk@4852 b70326c6-7e19-0410-871a-916f4a2858ee --- doc/Makefile.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/Makefile.in b/doc/Makefile.in index 99c3feb23..53522127d 100644 --- a/doc/Makefile.in +++ b/doc/Makefile.in @@ -67,7 +67,7 @@ postgis_aggs_mm.xml: ./xsl/postgis_aggs_mm.xml.xsl reference.xml postgis_comments.sql: ./xsl/postgis_comments.sql.xsl reference.xml $(XSLTPROC) ./xsl/postgis_comments.sql.xsl reference.xml > $@ -postgis-out.xml: postgis.xml introduction.xml installation.xml faq.xml using_postgis_dataman.xml using_postgis_app.xml performance_tips.xml reference.xml postgis_aggs_mm.xml reporting.xml release_notes.xml ../Version.config +postgis-out.xml: postgis.xml cat $< | sed "s/@@LAST_RELEASE_VERSION@@/${POSTGIS_MAJOR_VERSION}.${POSTGIS_MINOR_VERSION}.${POSTGIS_MICRO_VERSION}/g" > $@ chunked-html: postgis-out.xml images -- 2.50.1