From a06b146dd28de4f0ffc728c07edbcf2cfd91fd6b Mon Sep 17 00:00:00 2001 From: Olivier Courtin Date: Sun, 15 Nov 2009 21:55:11 +0000 Subject: [PATCH] Add forgotten .xml in postgis-out rule git-svn-id: http://svn.osgeo.org/postgis/trunk@4819 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 b6312be24..19e4adc30 100644 --- a/doc/Makefile.in +++ b/doc/Makefile.in @@ -67,7 +67,7 @@ postgis_aggs_mm.xml: ./xsl/postgis_aggs_mm.xml.xsl postgis.xml postgis_comments.sql: ./xsl/postgis_comments.sql.xsl postgis.xml $(XSLTPROC) ./xsl/postgis_comments.sql.xsl postgis.xml > $@ -postgis-out.xml: postgis.xml introduction.xml installation.xml faq.xml using_postgis_dataman.xml using_postgis_app.xml performance_tips.xml reference_management.xml reference_constructor.xml reference_accessor.xml reference_editor.xml reference_output reference_operator reference_measure reference_processing reference_lrs reference_transaction reference_misc reference_exception postgis_aggs_mm.xml reporting.xml release_notes.xml ../Version.config +postgis-out.xml: postgis.xml introduction.xml installation.xml faq.xml using_postgis_dataman.xml using_postgis_app.xml performance_tips.xml reference_management.xml reference_constructor.xml reference_accessor.xml reference_editor.xml reference_output.xml reference_operator.xml reference_measure.xml reference_processing.xml reference_lrs.xml reference_transaction.xml reference_misc.xml reference_exception.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" > $@ chunked-html: postgis-out.xml images -- 2.50.1