[MPlayer-DOCS] r30004 - trunk/DOCS/xml/Makefile
diego
subversion at mplayerhq.hu
Sun Dec 13 23:23:34 CET 2009
Author: diego
Date: Sun Dec 13 23:23:34 2009
New Revision: 30004
Log:
Simplify some commands via automatic variables.
Modified:
trunk/DOCS/xml/Makefile
Modified: trunk/DOCS/xml/Makefile
==============================================================================
--- trunk/DOCS/xml/Makefile Sun Dec 13 23:15:50 2009 (r30003)
+++ trunk/DOCS/xml/Makefile Sun Dec 13 23:23:34 2009 (r30004)
@@ -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
More information about the MPlayer-DOCS
mailing list