]> granicus.if.org Git - postgis/commitdiff
Encode dependency of topology comments and cheatsheet
authorSandro Santilli <strk@keybit.net>
Mon, 13 Feb 2012 21:25:11 +0000 (21:25 +0000)
committerSandro Santilli <strk@keybit.net>
Mon, 13 Feb 2012 21:25:11 +0000 (21:25 +0000)
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

index 94ace3c54e661b3d993eedac41256cf8d037203b..8bc5632641ecd391aa6ddc3f85dee75bcf9fc311 100644 (file)
@@ -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