[MPlayer-translations] r29999 - in trunk/DOCS/xml: de/Makefile hu/Makefile ru/Makefile
diego
subversion at mplayerhq.hu
Sun Dec 13 22:33:24 CET 2009
Author: diego
Date: Sun Dec 13 22:33:24 2009
New Revision: 29999
Log:
Do not use symlinks for translations that comprise all XML files.
Modified:
trunk/DOCS/xml/de/Makefile
trunk/DOCS/xml/hu/Makefile
trunk/DOCS/xml/ru/Makefile
Modified: trunk/DOCS/xml/de/Makefile
==============================================================================
--- trunk/DOCS/xml/de/Makefile Sun Dec 13 22:24:04 2009 (r29998)
+++ trunk/DOCS/xml/de/Makefile Sun Dec 13 22:33:24 2009 (r29999)
@@ -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)
Modified: trunk/DOCS/xml/hu/Makefile
==============================================================================
--- trunk/DOCS/xml/hu/Makefile Sun Dec 13 22:24:04 2009 (r29998)
+++ trunk/DOCS/xml/hu/Makefile Sun Dec 13 22:33:24 2009 (r29999)
@@ -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)
Modified: trunk/DOCS/xml/ru/Makefile
==============================================================================
--- trunk/DOCS/xml/ru/Makefile Sun Dec 13 22:24:04 2009 (r29998)
+++ trunk/DOCS/xml/ru/Makefile Sun Dec 13 22:33:24 2009 (r29999)
@@ -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)
More information about the MPlayer-translations
mailing list