From 464d2e597f433110c8e0502528a2d48cc137d166 Mon Sep 17 00:00:00 2001 From: diego Date: Sun, 13 Dec 2009 21:33:24 +0000 Subject: 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 --- DOCS/xml/de/Makefile | 2 +- DOCS/xml/hu/Makefile | 2 +- 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) -- cgit v1.2.3