From 37da8c83eafe4ce43cd183e5699e4e364018559e Mon Sep 17 00:00:00 2001 From: Regina Obe Date: Thu, 12 Feb 2009 17:39:59 +0000 Subject: [PATCH] Put in logic to output postgis_comments.sql git-svn-id: http://svn.osgeo.org/postgis/trunk@3690 b70326c6-7e19-0410-871a-916f4a2858ee --- doc/Makefile.in | 3 +++ 1 file changed, 3 insertions(+) diff --git a/doc/Makefile.in b/doc/Makefile.in index 90e465f99..b76374afe 100644 --- a/doc/Makefile.in +++ b/doc/Makefile.in @@ -58,6 +58,9 @@ endif postgis_aggs_mm.xml: ./xsl/postgis_aggs_mm.xml.xsl reference_new.xml $(XSLTPROC) ./xsl/postgis_aggs_mm.xml.xsl reference_new.xml > $@ + +postgis_comments.sql.xsl: ./xsl/postgis_comments.sql.xsl reference_new.xml + $(XSLTPROC) ./xsl/postgis_comments.sql.xsl reference_new.xml > $@ postgis-out.xml: postgis.xml introduction.xml installation.xml faq.xml using_postgis.xml performance_tips.xml reference.xml reference_new.xml postgis_aggs_mm.xml reporting.xml release_notes.xml ../Version.config cat $< | sed "s/@@LAST_RELEASE_VERSION@@/${POSTGIS_MAJOR_VERSION}.${POSTGIS_MINOR_VERSION}.${POSTGIS_MICRO_VERSION}/g" > $@ -- 2.49.0