From: Sandro Santilli Date: Thu, 21 May 2015 11:37:43 +0000 (+0000) Subject: Add postgis-out.xml back as a dependency of postgis_aggs_mm.xml X-Git-Tag: 2.2.0rc1~480 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=3f5125fdbed2ee5ae5038e3ae181f75a78354af4;p=postgis Add postgis-out.xml back as a dependency of postgis_aggs_mm.xml git-svn-id: http://svn.osgeo.org/postgis/trunk@13534 b70326c6-7e19-0410-871a-916f4a2858ee --- diff --git a/doc/Makefile.in b/doc/Makefile.in index c74956e13..ab13402c8 100644 --- a/doc/Makefile.in +++ b/doc/Makefile.in @@ -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