changeset 29981:76d95b4aa142

Factorize all components generated by configure into a variable.
author diego
date Mon, 14 Dec 2009 02:39:22 +0000
parents 2a55ab2aff1d
children d44a9fa37399
files DOCS/xml/Makefile
diffstat 1 files changed, 2 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- 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