summaryrefslogtreecommitdiffstats
path: root/DOCS
diff options
context:
space:
mode:
authordiego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2>2009-12-13 21:51:09 +0000
committerdiego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2>2009-12-13 21:51:09 +0000
commit8c42f1b7bcab35e3d70a0d6bea0865c67d5393dc (patch)
tree4734f517a4c0b1c486acb9aa0bf82085691ae480 /DOCS
parent11dc4089e74d4373fde9687c079574914f405ff5 (diff)
downloadmpv-8c42f1b7bcab35e3d70a0d6bea0865c67d5393dc.tar.bz2
mpv-8c42f1b7bcab35e3d70a0d6bea0865c67d5393dc.tar.xz
cosmetics: Remove pointless trailing /.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@30001 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 f69614871f..644dac7083 100644
--- a/DOCS/xml/Makefile.inc
+++ b/DOCS/xml/Makefile.inc
@@ -40,7 +40,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) $(HTMLDIR)
../xsltproc.sh $(HTMLDIR)/ $(HTML_CHUNK_XSL) $<
$(HTMLFILE): main.xml $(XSL_DEPS) $(SYMLINKS_DEPS) xmllint