Mercurial > mplayer.hg
changeset 29983:3f0321059139
Fix dependencies of html-chunked and html-single targets.
All the files generated by configure are required.
author | diego |
---|---|
date | Mon, 14 Dec 2009 02:42:59 +0000 |
parents | d44a9fa37399 |
children | 49de6a8c9271 |
files | DOCS/xml/Makefile |
diffstat | 1 files changed, 3 insertions(+), 3 deletions(-) [+] |
line wrap: on
line diff
--- a/DOCS/xml/Makefile Mon Dec 14 02:40:55 2009 +0000 +++ b/DOCS/xml/Makefile Mon Dec 14 02:42:59 2009 +0000 @@ -25,7 +25,7 @@ @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 @@ 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