summaryrefslogtreecommitdiffstats
path: root/DOCS
diff options
context:
space:
mode:
authordiego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2>2009-12-14 04:06:25 +0000
committerdiego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2>2009-12-14 04:06:25 +0000
commit316cd982df6a9dea88727c91cb966273320483a9 (patch)
treec8acd2f12ae00db4d413e6e8b6480bbdf39308a6 /DOCS
parent0f4aed64d1ffab14b5f0532458c83e58a551369f (diff)
downloadmpv-316cd982df6a9dea88727c91cb966273320483a9.tar.bz2
mpv-316cd982df6a9dea88727c91cb966273320483a9.tar.xz
Use $(notdir ) to filter out path prefixes instead of reinventing it poorly.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@30038 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 304b16acc9..9bd91741db 100644
--- a/DOCS/xml/Makefile.inc
+++ b/DOCS/xml/Makefile.inc
@@ -13,7 +13,7 @@ all: html-chunked html-single
html-chunked: $(HTMLDIR)/index.html
html-single: $(HTMLDIR)/MPlayer.html
-SYMLINKS_DEPS := $(filter-out main.xml,$(patsubst ../en/%,%,$(wildcard ../en/*.xml)))
+SYMLINKS_DEPS := $(filter-out main.xml,$(notdir $(wildcard ../en/*.xml)))
xmllint: main.xml $(SYMLINKS_DEPS)
../xmllint.sh $<