mirror of https://github.com/mpv-player/mpv
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:
parent
e50d429186
commit
dcd42d9779
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue