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:
_______________________________________________
MPlayer-DOCS mailing list
[email protected]
https://lists.mplayerhq.hu/mailman/listinfo/mplayer-docs

Reply via email to