[MPlayer-DOCS] r30024 - trunk/DOCS/xml/Makefile

diego subversion at mplayerhq.hu
Mon Dec 14 03:40:55 CET 2009


Author: diego
Date: Mon Dec 14 03:40:55 2009
New Revision: 30024

Log:
Exploit one more opportunity to make use of the CONFIGURE_GENERATED variable.

Modified:
   trunk/DOCS/xml/Makefile

Modified: trunk/DOCS/xml/Makefile
==============================================================================
--- trunk/DOCS/xml/Makefile	Mon Dec 14 03:39:22 2009	(r30023)
+++ trunk/DOCS/xml/Makefile	Mon Dec 14 03:40:55 2009	(r30024)
@@ -34,7 +34,7 @@ xmllint: xmllint.sh $(addprefix xmllint-
 $(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


More information about the MPlayer-DOCS mailing list