[MPlayer-translations] r30017 - in trunk/DOCS/xml: Makefile.inc README.maintainers cs/Makefile de/Makefile en/Makefile es/Makefile fr/Makefile hu/Makefile it/Makefile pl/Makefile ru/Makefile zh_CN/Makefile
diego
subversion at mplayerhq.hu
Mon Dec 14 02:34:03 CET 2009
Author: diego
Date: Mon Dec 14 02:34:02 2009
New Revision: 30017
Log:
Unconditionally symlink documentation files missing from a translation.
Modified:
trunk/DOCS/xml/cs/Makefile
trunk/DOCS/xml/de/Makefile
trunk/DOCS/xml/es/Makefile
trunk/DOCS/xml/fr/Makefile
trunk/DOCS/xml/hu/Makefile
trunk/DOCS/xml/it/Makefile
trunk/DOCS/xml/pl/Makefile
trunk/DOCS/xml/ru/Makefile
trunk/DOCS/xml/zh_CN/Makefile
Changes in other areas also in this revision:
Modified:
trunk/DOCS/xml/Makefile.inc
trunk/DOCS/xml/README.maintainers
trunk/DOCS/xml/en/Makefile
Modified: trunk/DOCS/xml/cs/Makefile
==============================================================================
--- trunk/DOCS/xml/cs/Makefile Mon Dec 14 01:57:33 2009 (r30016)
+++ trunk/DOCS/xml/cs/Makefile Mon Dec 14 02:34:02 2009 (r30017)
@@ -1,9 +1,6 @@
# Set if you are using your own HTML stylesheet...
#HTML_STYLESHEET = mystyle.css
-# Change to yes to enable symlinking missing files to English master versions
-USE_SYMLINKS = no
-
# Dependency information.
$(HTMLDIR)/index.html $(HTMLDIR)/MPlayer.html: $(wildcard *.xml)
Modified: trunk/DOCS/xml/de/Makefile
==============================================================================
--- trunk/DOCS/xml/de/Makefile Mon Dec 14 01:57:33 2009 (r30016)
+++ trunk/DOCS/xml/de/Makefile Mon Dec 14 02:34:02 2009 (r30017)
@@ -1,9 +1,6 @@
# Set if you are using your own HTML stylesheet...
#HTML_STYLESHEET = mystyle.css
-# Change to yes to enable symlinking missing files to English master versions
-USE_SYMLINKS = no
-
# Dependency information.
$(HTMLDIR)/index.html $(HTMLDIR)/MPlayer.html: $(wildcard *.xml)
Modified: trunk/DOCS/xml/es/Makefile
==============================================================================
--- trunk/DOCS/xml/es/Makefile Mon Dec 14 01:57:33 2009 (r30016)
+++ trunk/DOCS/xml/es/Makefile Mon Dec 14 02:34:02 2009 (r30017)
@@ -1,9 +1,6 @@
# Set if you are using your own HTML stylesheet...
#HTML_STYLESHEET = mystyle.css
-# Change to yes to enable symlinking missing files to English master versions
-USE_SYMLINKS = yes
-
# Dependency information.
$(HTMLDIR)/index.html $(HTMLDIR)/MPlayer.html: $(wildcard *.xml)
Modified: trunk/DOCS/xml/fr/Makefile
==============================================================================
--- trunk/DOCS/xml/fr/Makefile Mon Dec 14 01:57:33 2009 (r30016)
+++ trunk/DOCS/xml/fr/Makefile Mon Dec 14 02:34:02 2009 (r30017)
@@ -1,9 +1,6 @@
# Set if you are using your own HTML stylesheet...
#HTML_STYLESHEET = mystyle.css
-# Change to yes to enable symlinking missing files to English master versions
-USE_SYMLINKS = no
-
# Dependency information.
$(HTMLDIR)/index.html $(HTMLDIR)/MPlayer.html: $(wildcard *.xml)
Modified: trunk/DOCS/xml/hu/Makefile
==============================================================================
--- trunk/DOCS/xml/hu/Makefile Mon Dec 14 01:57:33 2009 (r30016)
+++ trunk/DOCS/xml/hu/Makefile Mon Dec 14 02:34:02 2009 (r30017)
@@ -1,9 +1,6 @@
# Set if you are using your own HTML stylesheet...
#HTML_STYLESHEET = mystyle.css
-# Change to yes to enable symlinking missing files to English master versions
-USE_SYMLINKS = no
-
# Dependency information.
$(HTMLDIR)/index.html $(HTMLDIR)/MPlayer.html: $(wildcard *.xml)
Modified: trunk/DOCS/xml/it/Makefile
==============================================================================
--- trunk/DOCS/xml/it/Makefile Mon Dec 14 01:57:33 2009 (r30016)
+++ trunk/DOCS/xml/it/Makefile Mon Dec 14 02:34:02 2009 (r30017)
@@ -1,9 +1,6 @@
# Set if you are using your own HTML stylesheet...
#HTML_STYLESHEET = mystyle.css
-# Change to yes to enable symlinking missing files to English master versions
-USE_SYMLINKS = yes
-
# Dependency information.
$(HTMLDIR)/index.html $(HTMLDIR)/MPlayer.html: $(wildcard *.xml)
Modified: trunk/DOCS/xml/pl/Makefile
==============================================================================
--- trunk/DOCS/xml/pl/Makefile Mon Dec 14 01:57:33 2009 (r30016)
+++ trunk/DOCS/xml/pl/Makefile Mon Dec 14 02:34:02 2009 (r30017)
@@ -1,9 +1,6 @@
# Set if you are using your own HTML stylesheet...
#HTML_STYLESHEET = mystyle.css
-# Change to yes to enable symlinking missing files to English master versions
-USE_SYMLINKS = no
-
# Dependency information.
$(HTMLDIR)/index.html $(HTMLDIR)/MPlayer.html: $(wildcard *.xml)
Modified: trunk/DOCS/xml/ru/Makefile
==============================================================================
--- trunk/DOCS/xml/ru/Makefile Mon Dec 14 01:57:33 2009 (r30016)
+++ trunk/DOCS/xml/ru/Makefile Mon Dec 14 02:34:02 2009 (r30017)
@@ -1,9 +1,6 @@
# Set if you are using your own HTML stylesheet...
#HTML_STYLESHEET = mystyle.css
-# Change to yes to enable symlinking missing files to English master versions
-USE_SYMLINKS = no
-
# Dependency information.
$(HTMLDIR)/index.html $(HTMLDIR)/MPlayer.html: $(wildcard *.xml)
Modified: trunk/DOCS/xml/zh_CN/Makefile
==============================================================================
--- trunk/DOCS/xml/zh_CN/Makefile Mon Dec 14 01:57:33 2009 (r30016)
+++ trunk/DOCS/xml/zh_CN/Makefile Mon Dec 14 02:34:02 2009 (r30017)
@@ -1,9 +1,6 @@
# Set if you are using your own HTML stylesheet...
#HTML_STYLESHEET = mystyle.css
-# Change to yes to enable symlinking missing files to English master versions
-USE_SYMLINKS = yes
-
# Dependency information.
$(HTMLDIR)/index.html $(HTMLDIR)/MPlayer.html: $(wildcard *.xml)
More information about the MPlayer-translations
mailing list