Factorize all components generated by configure into a variable.

git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@30023 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
diego 2009-12-14 02:39:22 +00:00
parent 318f59cc4d
commit bd1e209f88
1 changed files with 2 additions and 1 deletions

View File

@ -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