changeset 11051:5418c410a3da

Document USE_SYMLINKS
author lumag
date Wed, 08 Oct 2003 06:57:33 +0000
parents 373cf18405c4
children cdd9fb032ed2
files DOCS/xml/README.maintainers
diffstat 1 files changed, 4 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/DOCS/xml/README.maintainers	Wed Oct 08 02:18:07 2003 +0000
+++ b/DOCS/xml/README.maintainers	Wed Oct 08 06:57:33 2003 +0000
@@ -42,5 +42,9 @@
 7) In each translated file after the <?xml ... ?> tag you must put a note
    like <!-- synced with 1.2 -->, where 1.2 is the revision of corresponding
    English file (see comment at the top of file).
+8) While your translation isn't finished, you can change USE_SYMLINKS
+   to "yes" in your Makefile. This will help you testing your translation:
+   english files will be used instead of untranslated ones, when generating
+   HTML docs.
 
 That's all, in theory.