]> granicus.if.org Git - postgis/commitdiff
Put in logic to output postgis_comments.sql
authorRegina Obe <lr@pcorp.us>
Thu, 12 Feb 2009 17:39:59 +0000 (17:39 +0000)
committerRegina Obe <lr@pcorp.us>
Thu, 12 Feb 2009 17:39:59 +0000 (17:39 +0000)
git-svn-id: http://svn.osgeo.org/postgis/trunk@3690 b70326c6-7e19-0410-871a-916f4a2858ee

doc/Makefile.in

index 90e465f99951fc9ae3d7e36d48a4d6a844499288..b76374afe9e7735d06b681df2d7a9266ed442732 100644 (file)
@@ -58,6 +58,9 @@ endif
 
 postgis_aggs_mm.xml: ./xsl/postgis_aggs_mm.xml.xsl reference_new.xml
        $(XSLTPROC) ./xsl/postgis_aggs_mm.xml.xsl reference_new.xml > $@
+       
+postgis_comments.sql.xsl: ./xsl/postgis_comments.sql.xsl reference_new.xml
+       $(XSLTPROC) ./xsl/postgis_comments.sql.xsl reference_new.xml > $@
 
 postgis-out.xml: postgis.xml introduction.xml installation.xml faq.xml using_postgis.xml performance_tips.xml reference.xml reference_new.xml postgis_aggs_mm.xml reporting.xml release_notes.xml ../Version.config
        cat $< | sed "s/@@LAST_RELEASE_VERSION@@/${POSTGIS_MAJOR_VERSION}.${POSTGIS_MINOR_VERSION}.${POSTGIS_MICRO_VERSION}/g" > $@