]> granicus.if.org Git - postgis/commitdiff
added missing dependency of postgis_aggs_mm for the comments
authorKevin Neufeld <kneufeld.ca@gmail.com>
Fri, 20 Nov 2009 18:05:50 +0000 (18:05 +0000)
committerKevin Neufeld <kneufeld.ca@gmail.com>
Fri, 20 Nov 2009 18:05:50 +0000 (18:05 +0000)
git-svn-id: http://svn.osgeo.org/postgis/trunk@4871 b70326c6-7e19-0410-871a-916f4a2858ee

doc/Makefile.in

index 006b831f4f54be06cee5526bce77c891d9fbc2ba..69e7d7441cef75f3470cc69bc3f74e2e6b1b4a8b 100644 (file)
@@ -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