[MPlayer-DOCS] r29996 - trunk/DOCS/xml/Makefile.inc
diego
subversion at mplayerhq.hu
Sun Dec 13 13:41:18 CET 2009
Author: diego
Date: Sun Dec 13 13:41:17 2009
New Revision: 29996
Log:
Replace shell command substitution by Makefile syntax construct.
Modified:
trunk/DOCS/xml/Makefile.inc
Modified: trunk/DOCS/xml/Makefile.inc
==============================================================================
--- trunk/DOCS/xml/Makefile.inc Sun Dec 13 13:38:16 2009 (r29995)
+++ trunk/DOCS/xml/Makefile.inc Sun Dec 13 13:41:17 2009 (r29996)
@@ -55,7 +55,7 @@ ifndef HTMLFILE
$(warning Typically this means, that you've run make from a subdir of DOCS/xml.)
$(error Don't do this!)
endif
- cp -f $(HTML_STYLESHEET) `dirname $@`
+ cp -f $(HTML_STYLESHEET) $(@D)
../xsltproc.sh $@ $(HTML_SINGLE_XSL) $<
../html-chunk.xsl ../html-single.xsl main.xml:
More information about the MPlayer-DOCS
mailing list