[postgis-commits] svn - r3694 - trunk/doc

postgis-commits at postgis.refractions.net postgis-commits at postgis.refractions.net
Thu Feb 12 10:32:46 PST 2009


Author: robe
Date: 2009-02-12 10:32:46 -0800 (Thu, 12 Feb 2009)
New Revision: 3694

Modified:
   trunk/doc/Makefile.in
Log:
more work on comments generation

Modified: trunk/doc/Makefile.in
===================================================================
--- trunk/doc/Makefile.in	2009-02-12 18:11:26 UTC (rev 3693)
+++ trunk/doc/Makefile.in	2009-02-12 18:32:46 UTC (rev 3694)
@@ -53,13 +53,14 @@
 all: requirements_not_met_xslbase 
 else
 all: html/postgis.html
+	postgis_comments.sql
 endif
 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
+postgis_comments.sql: ./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



More information about the postgis-commits mailing list