From 52254e11ace1ca9c06c2e7ceb817fad56e142ed5 Mon Sep 17 00:00:00 2001 From: Kevin Neufeld Date: Fri, 20 Nov 2009 18:05:50 +0000 Subject: [PATCH] added missing dependency of postgis_aggs_mm for the comments git-svn-id: http://svn.osgeo.org/postgis/trunk@4871 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 006b831f4..69e7d7441 100644 --- a/doc/Makefile.in +++ b/doc/Makefile.in @@ -64,7 +64,7 @@ endif postgis_aggs_mm.xml: ./xsl/postgis_aggs_mm.xml.xsl postgis.xml $(XSLTPROC) ./xsl/postgis_aggs_mm.xml.xsl postgis.xml > $@ -postgis_comments.sql: ./xsl/postgis_comments.sql.xsl postgis.xml +postgis_comments.sql: ./xsl/postgis_comments.sql.xsl postgis.xml postgis_aggs_mm.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.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 -- 2.50.1