From 3ea762f28f378900d17cdf2afb0ee52bdaa164cf Mon Sep 17 00:00:00 2001 From: diego Date: Mon, 14 Dec 2009 03:35:26 +0000 Subject: Reuse SYMLINKS_DEPS variable in the symlink targets. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@30035 b3059339-0415-0410-9bf9-f77b7e298cf2 --- DOCS/xml/Makefile.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'DOCS') 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 -- cgit v1.2.3