summaryrefslogtreecommitdiffstats
path: root/DOCS
diff options
context:
space:
mode:
authordiego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2>2009-12-13 23:22:55 +0000
committerdiego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2>2009-12-13 23:22:55 +0000
commitd1cab97233109562807ee0a7ccf44be7401432fb (patch)
treeb292773aa578f57957cfc5ea82dc51187507b119 /DOCS
parent79e3b42c2a12b3e57076101566e06540ebe6a6d6 (diff)
downloadmpv-d1cab97233109562807ee0a7ccf44be7401432fb.tar.bz2
mpv-d1cab97233109562807ee0a7ccf44be7401432fb.tar.xz
Simplify one more command via automatic variables.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@30009 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 52cdc31e15..30c18d7535 100644
--- a/DOCS/xml/Makefile.inc
+++ b/DOCS/xml/Makefile.inc
@@ -36,7 +36,7 @@ xmllint: main.xml $(SYMLINKS_DEPS)
../xmllint.sh $<
$(HTMLDIR)/index.html: main.xml $(CHUNK_XSL_DEPS) $(SYMLINKS_DEPS) xmllint
- cp -f $(HTML_STYLESHEET) $(HTMLDIR)
+ cp -f $(HTML_STYLESHEET) $(@D)
../xsltproc.sh $(HTMLDIR)/ $(HTML_CHUNK_XSL) $<
$(HTMLFILE): main.xml $(XSL_DEPS) $(SYMLINKS_DEPS) xmllint