# HG changeset patch # User diego # Date 1260758362 0 # Node ID 76d95b4aa1428d8873f6ccc15ac2fe1836e15a29 # Parent 2a55ab2aff1dac2f8661dc83c44ad4c2449baeff Factorize all components generated by configure into a variable. diff -r 2a55ab2aff1d -r 76d95b4aa142 DOCS/xml/Makefile --- a/DOCS/xml/Makefile Mon Dec 14 02:34:41 2009 +0000 +++ b/DOCS/xml/Makefile Mon Dec 14 02:39:22 2009 +0000 @@ -6,6 +6,7 @@ HTML = ../HTML MAIN_XML_ALL = $(foreach lang,$(DOC_LANG_ALL),$(lang)/main.xml) +CONFIGURE_GENERATED = html-chunk.xsl html-single.xsl xsltproc.sh xmllint.sh all: html-chunked html-single @@ -53,9 +54,9 @@ rm -rf $(HTML) releaseclean: + rm -f $(CONFIGURE_GENERATED) rm -f $(MAIN_XML_ALL) rm -f $$(find . -name *.xml -type l) - rm -f html-chunk.xsl html-single.xsl xsltproc.sh xmllint.sh distclean: clean releaseclean