changeset 29987:a8ac62150c75

Factorize dependencies of language-specific HTML generation targets.
author diego
date Mon, 14 Dec 2009 03:07:35 +0000
parents 31e6eb42db99
children ee933259f32b
files DOCS/xml/Makefile
diffstat 1 files changed, 4 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/DOCS/xml/Makefile	Mon Dec 14 03:01:40 2009 +0000
+++ b/DOCS/xml/Makefile	Mon Dec 14 03:07:35 2009 +0000
@@ -37,10 +37,12 @@
 	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