From: Sandro Santilli Date: Fri, 14 Sep 2012 07:49:13 +0000 (+0000) Subject: Distinguish between generated and source XML inputs X-Git-Tag: 2.1.0beta2~648 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=29d82882a2e06896dd5bd8432620df2d6d934ff5;p=postgis Distinguish between generated and source XML inputs git-svn-id: http://svn.osgeo.org/postgis/trunk@10285 b70326c6-7e19-0410-871a-916f4a2858ee --- diff --git a/doc/Makefile.in b/doc/Makefile.in index 684b36947..e4c23861e 100644 --- a/doc/Makefile.in +++ b/doc/Makefile.in @@ -89,7 +89,7 @@ endif endif endif -XML_INPUTS = \ +XML_SOURCES = \ extras_historytable.xml \ extras_tigergeocoder.xml \ extras_topology.xml \ @@ -99,8 +99,7 @@ XML_INPUTS = \ installation.xml \ introduction.xml \ performance_tips.xml \ - postgis_aggs_mm.xml \ - postgis-out.xml \ + postgis.xml \ reference_accessor.xml \ reference_constructor.xml \ reference_editor.xml \ @@ -121,6 +120,11 @@ XML_INPUTS = \ using_postgis_dataman.xml \ using_raster_dataman.xml +XML_GENERATED_SOURCES = \ + postgis_aggs_mm.xml \ + postgis-out.xml \ + +XML_INPUTS = $(XML_SOURCES) $(XML_GENERATED_SOURCES) ifeq ($(XSLTPROC),) postgis_aggs_mm.xml: requirements_not_met_xsltproc @@ -209,7 +213,7 @@ clean: rm -f html/*.html rm -f postgis-${POSTGIS_MAJOR_VERSION}.${POSTGIS_MINOR_VERSION}.${POSTGIS_MICRO_VERSION}.pdf $(MAKE) -C html/image_src clean - rm -f postgis-out.xml postgis_aggs_mm.xml + rm -f $(XML_GENERATED_SOURCES) distclean: clean $(MAKE) -C html/image_src distclean