Mercurial > mplayer.hg
changeset 29994:0eba66234d64
Globally remove main.xml from SYMLINKS_DEPS. It should never be symlinked.
author | diego |
---|---|
date | Mon, 14 Dec 2009 03:43:54 +0000 |
parents | 20a55579b6e4 |
children | 8b075e14285c |
files | DOCS/xml/Makefile.inc |
diffstat | 1 files changed, 2 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/DOCS/xml/Makefile.inc Mon Dec 14 03:35:26 2009 +0000 +++ b/DOCS/xml/Makefile.inc Mon Dec 14 03:43:54 2009 +0000 @@ -13,7 +13,7 @@ html-chunked: $(HTMLDIR)/index.html html-single: $(HTMLDIR)/MPlayer.html -SYMLINKS_DEPS:=$(patsubst ../en/%,%,$(wildcard ../en/*.xml)) +SYMLINKS_DEPS := $(filter-out main.xml,$(patsubst ../en/%,%,$(wildcard ../en/*.xml))) xmllint: main.xml $(SYMLINKS_DEPS) ../xmllint.sh $< @@ -30,7 +30,7 @@ ../html-chunk.xsl ../html-single.xsl main.xml: cd .. && sh configure -$(filter-out main.xml, $(SYMLINKS_DEPS)): +$(SYMLINKS_DEPS): for file in ../en/*.xml ; do \ test -r `basename $$file` || ln -s $$file `basename $$file` ; \ done