mirror of
https://github.com/mpv-player/mpv
synced 2025-04-10 19:51:43 +00:00
Simplify shell command to symlink missing translated source files.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@30034 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
parent
f39814302d
commit
05f35acd58
@ -32,9 +32,7 @@ $(HTMLDIR)/MPlayer.html: main.xml $(SINGLE_XSL_DEPS) $(SYMLINKS_DEPS) xmllint $(
|
|||||||
|
|
||||||
$(filter-out main.xml, $(patsubst ../en/%,%, $(wildcard ../en/*.xml))):
|
$(filter-out main.xml, $(patsubst ../en/%,%, $(wildcard ../en/*.xml))):
|
||||||
for file in ../en/*.xml ; do \
|
for file in ../en/*.xml ; do \
|
||||||
if ! test -r `basename $$file` ; then \
|
test -r `basename $$file` || ln -s $$file `basename $$file` ; \
|
||||||
ln -s $$file `basename $$file` ; \
|
|
||||||
fi; \
|
|
||||||
done
|
done
|
||||||
|
|
||||||
.PHONY: all html-chunked html-single xmllint
|
.PHONY: all html-chunked html-single xmllint
|
||||||
|
Loading…
Reference in New Issue
Block a user