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

diego subversion at mplayerhq.hu
Mon Dec 14 03:42:59 CET 2009


Author: diego
Date: Mon Dec 14 03:42:59 2009
New Revision: 30025

Log:
Fix dependencies of html-chunked and html-single targets.
All the files generated by configure are required.

Modified:
   trunk/DOCS/xml/Makefile

Modified: trunk/DOCS/xml/Makefile
==============================================================================
--- trunk/DOCS/xml/Makefile	Mon Dec 14 03:40:55 2009	(r30024)
+++ trunk/DOCS/xml/Makefile	Mon Dec 14 03:42:59 2009	(r30025)
@@ -25,7 +25,7 @@ help:
 	@echo "distclean         : Remove ALL generated files."
 	@echo "Substitute LANG for one of $(DOC_LANG_ALL)"
 
-html-chunked html-single: xsltproc.sh xmllint.sh
+html-chunked html-single: $(CONFIGURE_GENERATED)
 html-chunked: $(addprefix html-chunked-,$(DOC_LANGS))
 html-single:  $(addprefix html-single-,$(DOC_LANGS))
 
@@ -38,10 +38,10 @@ $(CONFIGURE_GENERATED) $(MAIN_XML_ALL):
 	sh configure
 
 define lang-def
-html-chunked-$(1): $(HTML)/$(1) xsltproc.sh xmllint.sh
+html-chunked-$(1): $(HTML)/$(1) $(CONFIGURE_GENERATED)
 	$(MAKE) HTMLDIR=../$$< -C $(1) html-chunked
 
-html-single-$(1): $(HTML)/$(1) xsltproc.sh xmllint.sh
+html-single-$(1): $(HTML)/$(1) $(CONFIGURE_GENERATED)
 	$(MAKE) HTMLDIR=../$$< -C $(1) html-single
 
 xmllint-$(1): xmllint.sh


More information about the MPlayer-DOCS mailing list