[MPlayer-DOCS] r30029 - trunk/DOCS/xml/Makefile
diego
subversion at mplayerhq.hu
Mon Dec 14 04:07:35 CET 2009
Author: diego
Date: Mon Dec 14 04:07:35 2009
New Revision: 30029
Log:
Factorize dependencies of language-specific HTML generation targets.
Modified:
trunk/DOCS/xml/Makefile
Modified: trunk/DOCS/xml/Makefile
==============================================================================
--- trunk/DOCS/xml/Makefile Mon Dec 14 04:01:40 2009 (r30028)
+++ trunk/DOCS/xml/Makefile Mon Dec 14 04:07:35 2009 (r30029)
@@ -37,10 +37,12 @@ $(CONFIGURE_GENERATED) $(MAIN_XML_ALL):
sh configure
define lang-def
-html-chunked-$(1): $(HTML)/$(1) $(CONFIGURE_GENERATED)
+html-chunked-$(1) html-single-$(1): $(HTML)/$(1) $(CONFIGURE_GENERATED)
+
+html-chunked-$(1):
$(MAKE) HTMLDIR=../$$< -C $(1) html-chunked
-html-single-$(1): $(HTML)/$(1) $(CONFIGURE_GENERATED)
+html-single-$(1):
$(MAKE) HTMLDIR=../$$< -C $(1) html-single
xmllint-$(1): xmllint.sh
More information about the MPlayer-DOCS
mailing list