]> granicus.if.org Git - postgis/commitdiff
Add postgis-out.xml back as a dependency of postgis_aggs_mm.xml
authorSandro Santilli <strk@keybit.net>
Thu, 21 May 2015 11:37:43 +0000 (11:37 +0000)
committerSandro Santilli <strk@keybit.net>
Thu, 21 May 2015 11:37:43 +0000 (11:37 +0000)
git-svn-id: http://svn.osgeo.org/postgis/trunk@13534 b70326c6-7e19-0410-871a-916f4a2858ee

doc/Makefile.in

index c74956e1377dc6acd1025b2b5cf1e96b60855a92..ab13402c80d4fcf7230c7515eac69a2a050e7879 100644 (file)
@@ -201,7 +201,7 @@ update-tx:
 ifeq ($(XSLTPROC),)
 postgis_aggs_mm.xml: requirements_not_met_xsltproc
 else
-postgis_aggs_mm.xml: ./xsl/postgis_aggs_mm.xml.xsl Makefile $(XML_SOURCES)
+postgis_aggs_mm.xml: ./xsl/postgis_aggs_mm.xml.xsl Makefile postgis-out.xml $(XML_SOURCES)
        $(XSLTPROC) --novalid ./xsl/postgis_aggs_mm.xml.xsl postgis-out.xml > $@
 endif