summaryrefslogtreecommitdiffstats
path: root/DOCS
diff options
context:
space:
mode:
authordiego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2>2009-12-13 12:41:17 +0000
committerdiego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2>2009-12-13 12:41:17 +0000
commitca65466a05ad6f608b092b9b75e14854b34d6b9a (patch)
tree8e8448eac6b21c928a6a8bb0b107f061afe70af7 /DOCS
parentdcd42d9779857631dfa891453c847ba6e68ba647 (diff)
downloadmpv-ca65466a05ad6f608b092b9b75e14854b34d6b9a.tar.bz2
mpv-ca65466a05ad6f608b092b9b75e14854b34d6b9a.tar.xz
Replace shell command substitution by Makefile syntax construct.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@29996 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'DOCS')
-rw-r--r--DOCS/xml/Makefile.inc2
1 files changed, 1 insertions, 1 deletions
diff --git a/DOCS/xml/Makefile.inc b/DOCS/xml/Makefile.inc
index ce68ca2d8e..86a0e4a068 100644
--- a/DOCS/xml/Makefile.inc
+++ b/DOCS/xml/Makefile.inc
@@ -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: