summaryrefslogtreecommitdiffstats
path: root/DOCS
diff options
context:
space:
mode:
authordiego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2>2009-12-14 03:35:26 +0000
committerdiego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2>2009-12-14 03:35:26 +0000
commit3ea762f28f378900d17cdf2afb0ee52bdaa164cf (patch)
tree72b5bc2edc2bda9b553c134935f0baff9c72611d /DOCS
parent05f35acd589b11ce3165d697dfcfe43d01d23b36 (diff)
downloadmpv-3ea762f28f378900d17cdf2afb0ee52bdaa164cf.tar.bz2
mpv-3ea762f28f378900d17cdf2afb0ee52bdaa164cf.tar.xz
Reuse SYMLINKS_DEPS variable in the symlink targets.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@30035 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 b000f3c01a..34baa5a6e6 100644
--- a/DOCS/xml/Makefile.inc
+++ b/DOCS/xml/Makefile.inc
@@ -30,7 +30,7 @@ $(HTMLDIR)/MPlayer.html: main.xml $(SINGLE_XSL_DEPS) $(SYMLINKS_DEPS) xmllint $(
../html-chunk.xsl ../html-single.xsl main.xml:
cd .. && sh configure
-$(filter-out main.xml, $(patsubst ../en/%,%, $(wildcard ../en/*.xml))):
+$(filter-out main.xml, $(SYMLINKS_DEPS)):
for file in ../en/*.xml ; do \
test -r `basename $$file` || ln -s $$file `basename $$file` ; \
done