[MPlayer-DOCS] r30023 - trunk/DOCS/xml/Makefile
diego
subversion at mplayerhq.hu
Mon Dec 14 03:39:22 CET 2009
Author: diego
Date: Mon Dec 14 03:39:22 2009
New Revision: 30023
Log:
Factorize all components generated by configure into a variable.
Modified:
trunk/DOCS/xml/Makefile
Modified: trunk/DOCS/xml/Makefile
==============================================================================
--- trunk/DOCS/xml/Makefile Mon Dec 14 03:34:41 2009 (r30022)
+++ trunk/DOCS/xml/Makefile Mon Dec 14 03:39:22 2009 (r30023)
@@ -6,6 +6,7 @@ include ../../config.mak
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 @@ clean:
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
More information about the MPlayer-DOCS
mailing list