summaryrefslogtreecommitdiffstats
path: root/DOCS
diff options
context:
space:
mode:
authordiego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2>2009-12-13 22:23:34 +0000
committerdiego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2>2009-12-13 22:23:34 +0000
commita1b76a2914349ad99abf60cb29a74bde2e972e18 (patch)
tree0626fc7f1df6381b4254072a140588ab5ad1f0e1 /DOCS
parent985b7e57ae8616b9aa9c5ff4d1e5469e55a10541 (diff)
downloadmpv-a1b76a2914349ad99abf60cb29a74bde2e972e18.tar.bz2
mpv-a1b76a2914349ad99abf60cb29a74bde2e972e18.tar.xz
Simplify some commands via automatic variables.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@30004 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'DOCS')
-rw-r--r--DOCS/xml/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/DOCS/xml/Makefile b/DOCS/xml/Makefile
index 5b18bc2101..da17379ba7 100644
--- a/DOCS/xml/Makefile
+++ b/DOCS/xml/Makefile
@@ -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