mirror of
https://github.com/mpv-player/mpv
synced 2024-12-27 09:32:40 +00:00
Factorize dependencies of language-specific HTML generation targets.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@30029 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
parent
9e41ccd3bc
commit
1586e9212d
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user