]> granicus.if.org Git - postgis/commitdiff
Distinguish between generated and source XML inputs
authorSandro Santilli <strk@keybit.net>
Fri, 14 Sep 2012 07:49:13 +0000 (07:49 +0000)
committerSandro Santilli <strk@keybit.net>
Fri, 14 Sep 2012 07:49:13 +0000 (07:49 +0000)
git-svn-id: http://svn.osgeo.org/postgis/trunk@10285 b70326c6-7e19-0410-871a-916f4a2858ee

doc/Makefile.in

index 684b369476a5a0074177169fd174072f3d45424b..e4c23861ee9896c6b1a8003bcb57fb709b54cfb4 100644 (file)
@@ -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