Mercurial > mplayer.hg
comparison DOCS/xml/Makefile @ 31095:7a2ec1d564ce
Pass a language variable to submakes instead of reading subdirectory Makefiles.
author | diego |
---|---|
date | Mon, 10 May 2010 23:39:16 +0000 |
parents | 783f8faee539 |
children | 1ff8bca53fe6 |
comparison
equal
deleted
inserted
replaced
31094:7299c551a7cd | 31095:7a2ec1d564ce |
---|---|
38 | 38 |
39 define lang-def | 39 define lang-def |
40 html-chunked-$(lang) html-single-$(lang): $(HTML)/$(lang) $(CONFIGURE_GENERATED) | 40 html-chunked-$(lang) html-single-$(lang): $(HTML)/$(lang) $(CONFIGURE_GENERATED) |
41 | 41 |
42 html-chunked-$(lang): | 42 html-chunked-$(lang): |
43 $(MAKE) HTMLDIR=../$$< -C $(lang) html-chunked | 43 $(MAKE) HTMLDIR=$$< LANG=$(lang) -f Makefile.inc html-chunked |
44 | 44 |
45 html-single-$(lang): | 45 html-single-$(lang): |
46 $(MAKE) HTMLDIR=../$$< -C $(lang) html-single | 46 $(MAKE) HTMLDIR=$$< LANG=$(lang) -f Makefile.inc html-single |
47 | 47 |
48 xmllint-$(lang): xmllint.sh | 48 xmllint-$(lang): xmllint.sh |
49 $(MAKE) -C $(lang) xmllint | 49 $(MAKE) -C $(lang) xmllint |
50 endef | 50 endef |
51 | 51 |