Use automatic variables instead of the target name.

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

View File

@ -55,8 +55,8 @@ 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 $(HTMLFILE)`
../xsltproc.sh $(HTMLFILE) $(HTML_SINGLE_XSL) $<
cp -f $(HTML_STYLESHEET) `dirname $@`
../xsltproc.sh $@ $(HTML_SINGLE_XSL) $<
../html-chunk.xsl ../html-single.xsl main.xml:
cd .. && sh configure