From a1b76a2914349ad99abf60cb29a74bde2e972e18 Mon Sep 17 00:00:00 2001 From: diego Date: Sun, 13 Dec 2009 22:23:34 +0000 Subject: Simplify some commands via automatic variables. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@30004 b3059339-0415-0410-9bf9-f77b7e298cf2 --- DOCS/xml/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'DOCS/xml') 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=../$$