From 3f982339ffd643222a28b71b7dd3eee8324da7bf Mon Sep 17 00:00:00 2001 From: Sandro Santilli Date: Mon, 13 Feb 2012 21:25:11 +0000 Subject: [PATCH] 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 --- doc/Makefile.in | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 -- 2.50.1