diff options
author | diego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2> | 2009-12-14 02:40:55 +0000 |
---|---|---|
committer | diego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2> | 2009-12-14 02:40:55 +0000 |
commit | 8bc89968cf5ac6a0be5078fdd981486abfdd2063 (patch) | |
tree | 61d51655859e196e9d77ac98ae2c2ecf1d603a18 /DOCS/xml | |
parent | bd1e209f88bcada8ec245488f964c18c31d37106 (diff) |
Exploit one more opportunity to make use of the CONFIGURE_GENERATED variable.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@30024 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'DOCS/xml')
-rw-r--r-- | DOCS/xml/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/DOCS/xml/Makefile b/DOCS/xml/Makefile index ed5646f5a3..517b150cf1 100644 --- a/DOCS/xml/Makefile +++ b/DOCS/xml/Makefile @@ -34,7 +34,7 @@ xmllint: xmllint.sh $(addprefix xmllint-,$(DOC_LANG_ALL)) $(foreach lang,$(DOC_LANG_ALL),$(HTML)/$(lang)): -mkdir -p $@ -html-chunk.xsl html-single.xsl xsltproc.sh xmllint.sh $(MAIN_XML_ALL): +$(CONFIGURE_GENERATED) $(MAIN_XML_ALL): sh configure define lang-def |