mirror of
https://github.com/mpv-player/mpv
synced 2025-03-25 04:38:01 +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))):
|
||||
for file in ../en/*.xml ; do \
|
||||
if ! test -r `basename $$file` ; then \
|
||||
ln -s $$file `basename $$file` ; \
|
||||
fi; \
|
||||
test -r `basename $$file` || ln -s $$file `basename $$file` ; \
|
||||
done
|
||||
|
||||
.PHONY: all html-chunked html-single xmllint
|
||||
|
Loading…
Reference in New Issue
Block a user