From: Sandro Santilli Date: Mon, 13 Feb 2012 21:25:11 +0000 (+0000) Subject: Encode dependency of topology comments and cheatsheet X-Git-Tag: 2.0.0alpha5~18 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=3f982339ffd643222a28b71b7dd3eee8324da7bf;p=postgis Encode dependency of topology comments and cheatsheet Same should be done for raster and tiger... git-svn-id: http://svn.osgeo.org/postgis/trunk@9180 b70326c6-7e19-0410-871a-916f4a2858ee --- diff --git a/doc/Makefile.in b/doc/Makefile.in index 94ace3c54..8bc563264 100644 --- a/doc/Makefile.in +++ b/doc/Makefile.in @@ -84,10 +84,10 @@ raster_comments.sql: ./xsl/raster_comments.sql.xsl postgis.xml postgis_aggs_mm.x raster_cheatsheet.html: ./xsl/raster_cheatsheet.html.xsl postgis.xml postgis_aggs_mm.xml $(XSLTPROC) ./xsl/raster_cheatsheet.html.xsl postgis.xml > $@ -topology_comments.sql: ./xsl/topology_comments.sql.xsl postgis.xml postgis_aggs_mm.xml +topology_comments.sql: ./xsl/topology_comments.sql.xsl postgis.xml extras_topology.xml postgis_aggs_mm.xml $(XSLTPROC) ./xsl/topology_comments.sql.xsl postgis.xml > $@ -topology_cheatsheet.html: ./xsl/topology_cheatsheet.html.xsl postgis.xml postgis_aggs_mm.xml +topology_cheatsheet.html: ./xsl/topology_cheatsheet.html.xsl postgis.xml extras_topology.xml postgis_aggs_mm.xml $(XSLTPROC) ./xsl/topology_cheatsheet.html.xsl postgis.xml > $@ tiger_geocoder_comments.sql: ./xsl/tiger_geocoder_comments.sql.xsl postgis.xml postgis_aggs_mm.xml