mirror of
https://github.com/mpv-player/mpv
synced 2024-12-28 01:52:19 +00:00
Simplify some commands via automatic variables.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@30004 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
parent
985b7e57ae
commit
a1b76a2914
@ -39,10 +39,10 @@ xsltproc.sh xmllint.sh:
|
||||
|
||||
define lang-def
|
||||
html-chunked-$(1): $(HTML_CHUNKED)/$(1) xsltproc.sh xmllint.sh
|
||||
$(MAKE) HTMLDIR=../$(HTML_CHUNKED)/$(1) -C $(1) html-chunked
|
||||
$(MAKE) HTMLDIR=../$$< -C $(1) html-chunked
|
||||
|
||||
html-single-$(1): $(HTML_SINGLE)/$(1) xsltproc.sh xmllint.sh
|
||||
$(MAKE) HTMLFILE=../$(HTML_SINGLE)/$(1)/MPlayer.html -C $(1) html-single
|
||||
$(MAKE) HTMLFILE=../$$</MPlayer.html -C $(1) html-single
|
||||
|
||||
xmllint-$(1): xmllint.sh
|
||||
$(MAKE) HTMLFILE=../$(HTML_SINGLE)/$(1)/MPlayer.html -C $(1) xmllint
|
||||
|
Loading…
Reference in New Issue
Block a user