Replace shell command substitution by Makefile syntax construct.

git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@29996 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
diego 2009-12-13 12:41:17 +00:00
parent dcd42d9779
commit ca65466a05
1 changed files with 1 additions and 1 deletions

View File

@ -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: