diff options
author | diego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2> | 2003-10-08 02:00:59 +0000 |
---|---|---|
committer | diego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2> | 2003-10-08 02:00:59 +0000 |
commit | a1b576824414d0e044432e271edabce38756503e (patch) | |
tree | 7176c82ccba883009fdc2067086814bf6e82ed83 /DOCS/xml/ru | |
parent | 51d742b1e2e456481e32d0f432d545e72a17617c (diff) |
Support for building incomplete translations.
Patch by Dmitry Baryshkov <mitya@school.ioffe.ru>.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@11046 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'DOCS/xml/ru')
-rw-r--r-- | DOCS/xml/ru/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/DOCS/xml/ru/Makefile b/DOCS/xml/ru/Makefile index 9526a6b068..573ef6e76a 100644 --- a/DOCS/xml/ru/Makefile +++ b/DOCS/xml/ru/Makefile @@ -3,5 +3,8 @@ include ../Makefile.inc # 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: $(wildcard *.xml) |