Author: diego
Date: Mon Dec 14 04:35:26 2009
New Revision: 30035

Log:
Reuse SYMLINKS_DEPS variable in the symlink targets.

Modified:
   trunk/DOCS/xml/Makefile.inc

Modified: trunk/DOCS/xml/Makefile.inc
==============================================================================
--- trunk/DOCS/xml/Makefile.inc Mon Dec 14 04:32:12 2009        (r30034)
+++ trunk/DOCS/xml/Makefile.inc Mon Dec 14 04:35:26 2009        (r30035)
@@ -30,7 +30,7 @@ $(HTMLDIR)/MPlayer.html: main.xml $(SING
 ../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
_______________________________________________
MPlayer-DOCS mailing list
[email protected]
https://lists.mplayerhq.hu/mailman/listinfo/mplayer-docs

Reply via email to