]> granicus.if.org Git - postgis/commitdiff
add make tiger_geocoder_comments.sql to build script
authorRegina Obe <lr@pcorp.us>
Thu, 14 Jul 2011 11:47:05 +0000 (11:47 +0000)
committerRegina Obe <lr@pcorp.us>
Thu, 14 Jul 2011 11:47:05 +0000 (11:47 +0000)
git-svn-id: http://svn.osgeo.org/postgis/trunk@7637 b70326c6-7e19-0410-871a-916f4a2858ee

doc/Makefile.in

index dbba87f882eabb3b74a7c573fa575794e8202ef3..e528a2ff8d2ac04f18b618844c9a1aca3bc86c59 100644 (file)
@@ -72,6 +72,9 @@ raster_comments.sql: ./xsl/raster_comments.sql.xsl postgis.xml postgis_aggs_mm.x
        
 topology_comments.sql: ./xsl/topology_comments.sql.xsl postgis.xml postgis_aggs_mm.xml
        $(XSLTPROC) ./xsl/topology_comments.sql.xsl postgis.xml > $@
+       
+tiger_geocoder_comments.sql: ./xsl/tiger_geocoder_comments.sql.xsl postgis.xml postgis_aggs_mm.xml
+       $(XSLTPROC) ./xsl/tiger_geocoder_comments.sql.xsl postgis.xml > $@
 
 postgis-out.xml: postgis.xml introduction.xml installation.xml faq.xml using_postgis_dataman.xml  using_postgis_app.xml performance_tips.xml reference.xml reference_management.xml reference_constructor.xml reference_accessor.xml reference_editor.xml reference_output.xml reference_operator.xml reference_measure.xml reference_processing.xml reference_lrs.xml reference_transaction.xml reference_misc.xml reference_exception.xml extras.xml extras_topology.xml extras_tigergeocoder.xml extras_historytable.xml postgis_aggs_mm.xml reference_raster.xml faq_raster.xml reporting.xml release_notes.xml ../Version.config
        cat $< | sed "s/@@LAST_RELEASE_VERSION@@/${POSTGIS_MAJOR_VERSION}.${POSTGIS_MINOR_VERSION}.${POSTGIS_MICRO_VERSION}/g" > $@
@@ -127,7 +130,7 @@ maintainer-clean: clean
        @rm -f html/*.html \
                postgis-${POSTGIS_MAJOR_VERSION}.${POSTGIS_MINOR_VERSION}.${POSTGIS_MICRO_VERSION}.pdf
 
-comments: postgis_comments.sql raster_comments.sql topology_comments.sql
+comments: postgis_comments.sql raster_comments.sql topology_comments.sql tiger_geocoder_comments.sql
 
 comments-install: comments
        make -f Makefile.comments install