diff options
author | diego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2> | 2009-12-13 21:33:24 +0000 |
---|---|---|
committer | diego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2> | 2009-12-13 21:33:24 +0000 |
commit | 464d2e597f433110c8e0502528a2d48cc137d166 (patch) | |
tree | 10c55a82435486895c8a151e347aee67a312448c /DOCS | |
parent | 24b378c00ca658da69af0d8b7b9185833e53abf7 (diff) | |
download | mpv-464d2e597f433110c8e0502528a2d48cc137d166.tar.bz2 mpv-464d2e597f433110c8e0502528a2d48cc137d166.tar.xz |
Do not use symlinks for translations that comprise all XML files.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@29999 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'DOCS')
-rw-r--r-- | DOCS/xml/de/Makefile | 2 | ||||
-rw-r--r-- | DOCS/xml/hu/Makefile | 2 | ||||
-rw-r--r-- | DOCS/xml/ru/Makefile | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/DOCS/xml/de/Makefile b/DOCS/xml/de/Makefile index e18885f6df..e36fbfffa5 100644 --- a/DOCS/xml/de/Makefile +++ b/DOCS/xml/de/Makefile @@ -2,7 +2,7 @@ #HTML_STYLESHEET = mystyle.css # Change to yes to enable symlinking missing files to English master versions -USE_SYMLINKS = yes +USE_SYMLINKS = no # Dependency information. $(HTMLDIR)/index.html: $(wildcard *.xml) diff --git a/DOCS/xml/hu/Makefile b/DOCS/xml/hu/Makefile index e18885f6df..e36fbfffa5 100644 --- a/DOCS/xml/hu/Makefile +++ b/DOCS/xml/hu/Makefile @@ -2,7 +2,7 @@ #HTML_STYLESHEET = mystyle.css # Change to yes to enable symlinking missing files to English master versions -USE_SYMLINKS = yes +USE_SYMLINKS = no # Dependency information. $(HTMLDIR)/index.html: $(wildcard *.xml) diff --git a/DOCS/xml/ru/Makefile b/DOCS/xml/ru/Makefile index e18885f6df..e36fbfffa5 100644 --- a/DOCS/xml/ru/Makefile +++ b/DOCS/xml/ru/Makefile @@ -2,7 +2,7 @@ #HTML_STYLESHEET = mystyle.css # Change to yes to enable symlinking missing files to English master versions -USE_SYMLINKS = yes +USE_SYMLINKS = no # Dependency information. $(HTMLDIR)/index.html: $(wildcard *.xml) |