From 316cd982df6a9dea88727c91cb966273320483a9 Mon Sep 17 00:00:00 2001 From: diego Date: Mon, 14 Dec 2009 04:06:25 +0000 Subject: 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 --- DOCS/xml/Makefile.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 $< -- cgit v1.2.3