Mercurial > mplayer.hg
changeset 29962:fd112c1ef46e
Simplify some commands via automatic variables.
author | diego |
---|---|
date | Sun, 13 Dec 2009 22:23:34 +0000 |
parents | 49149ee9cdfb |
children | 550b899f9b7a |
files | DOCS/xml/Makefile |
diffstat | 1 files changed, 2 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/DOCS/xml/Makefile Sun Dec 13 22:15:50 2009 +0000 +++ b/DOCS/xml/Makefile Sun Dec 13 22:23:34 2009 +0000 @@ -39,10 +39,10 @@ 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