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

diego subversion at mplayerhq.hu
Mon Dec 14 00:54:46 CET 2009


Author: diego
Date: Mon Dec 14 00:54:46 2009
New Revision: 30012

Log:
configure also generates all main.xml files.

Modified:
   trunk/DOCS/xml/Makefile

Modified: trunk/DOCS/xml/Makefile
==============================================================================
--- trunk/DOCS/xml/Makefile	Mon Dec 14 00:50:38 2009	(r30011)
+++ trunk/DOCS/xml/Makefile	Mon Dec 14 00:54:46 2009	(r30012)
@@ -31,7 +31,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:
+html-chunk.xsl html-single.xsl xsltproc.sh xmllint.sh $(foreach lang,$(DOC_LANG_ALL),$(lang)/main.xml):
 	sh configure
 
 define lang-def


More information about the MPlayer-DOCS mailing list