[postgis-commits] svn - r3690 - trunk/doc
postgis-commits at postgis.refractions.net
postgis-commits at postgis.refractions.net
Thu Feb 12 09:40:00 PST 2009
Author: robe
Date: 2009-02-12 09:39:59 -0800 (Thu, 12 Feb 2009)
New Revision: 3690
Modified:
trunk/doc/Makefile.in
Log:
Put in logic to output postgis_comments.sql
Modified: trunk/doc/Makefile.in
===================================================================
--- trunk/doc/Makefile.in 2009-02-12 12:31:09 UTC (rev 3689)
+++ trunk/doc/Makefile.in 2009-02-12 17:39:59 UTC (rev 3690)
@@ -58,6 +58,9 @@
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" > $@
More information about the postgis-commits
mailing list