From 1e3c254589308cc8527621c32b29fd0948f141a7 Mon Sep 17 00:00:00 2001 From: Olivier Courtin Date: Sun, 15 Nov 2009 21:23:47 +0000 Subject: [PATCH] Update Makefile rules, related to reference.xml split (r4817) git-svn-id: http://svn.osgeo.org/postgis/trunk@4818 b70326c6-7e19-0410-871a-916f4a2858ee --- doc/Makefile.in | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) diff --git a/doc/Makefile.in b/doc/Makefile.in index 99c3feb23..b6312be24 100644 --- a/doc/Makefile.in +++ b/doc/Makefile.in @@ -61,13 +61,13 @@ endif endif endif -postgis_aggs_mm.xml: ./xsl/postgis_aggs_mm.xml.xsl reference.xml - $(XSLTPROC) ./xsl/postgis_aggs_mm.xml.xsl reference.xml > $@ +postgis_aggs_mm.xml: ./xsl/postgis_aggs_mm.xml.xsl postgis.xml + $(XSLTPROC) ./xsl/postgis_aggs_mm.xml.xsl postgis.xml > $@ -postgis_comments.sql: ./xsl/postgis_comments.sql.xsl reference.xml - $(XSLTPROC) ./xsl/postgis_comments.sql.xsl reference.xml > $@ +postgis_comments.sql: ./xsl/postgis_comments.sql.xsl postgis.xml + $(XSLTPROC) ./xsl/postgis_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 postgis_aggs_mm.xml reporting.xml release_notes.xml ../Version.config +postgis-out.xml: postgis.xml introduction.xml installation.xml faq.xml using_postgis_dataman.xml using_postgis_app.xml performance_tips.xml reference_management.xml reference_constructor.xml reference_accessor.xml reference_editor.xml reference_output reference_operator reference_measure reference_processing reference_lrs reference_transaction reference_misc reference_exception 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" > $@ chunked-html: postgis-out.xml images @@ -90,6 +90,7 @@ postgis-${POSTGIS_MAJOR_VERSION}.${POSTGIS_MINOR_VERSION}.${POSTGIS_MICRO_VERSIO echo " try installing dblatex and then re-run configure"; \ false; \ else \ + cat reference_management.xml reference_constructor.xml reference_accessor.xml reference_editor.xml reference_output reference_operator reference_measure reference_processing reference_lrs reference_transaction reference_misc reference_exception > reference.xml \ cp reference.xml reference.xml.orig; \ cat reference.xml.orig | sed -e "s:term:listitem:g" > reference.xml; \ dblatex -T native -t pdf \ @@ -103,7 +104,7 @@ postgis-${POSTGIS_MAJOR_VERSION}.${POSTGIS_MINOR_VERSION}.${POSTGIS_MICRO_VERSIO -P latex.output.revhistory=0 \ -o postgis-${POSTGIS_MAJOR_VERSION}.${POSTGIS_MINOR_VERSION}.${POSTGIS_MICRO_VERSION}.pdf $<; \ cp reference.xml.orig reference.xml; \ - rm -rf reference.xml.orig; \ + rm -rf reference.xml.orig reference.xml; \ fi pdf: postgis-${POSTGIS_MAJOR_VERSION}.${POSTGIS_MINOR_VERSION}.${POSTGIS_MICRO_VERSION}.pdf -- 2.50.1