Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/mono.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/tools
diff options
context:
space:
mode:
authorPaolo Molaro <lupus@oddwiz.org>2010-03-31 21:51:34 +0400
committerPaolo Molaro <lupus@oddwiz.org>2010-03-31 21:51:34 +0400
commitd8abeb06237e785a2af752d0db0de8c16d98432d (patch)
treea82cfdd51cbf3f572a8d6adf60d0d75f3c687245 /tools
parent049fa00df10d1192e76b2f32d90088a6b22c326d (diff)
Added a summary of the update procedure.
svn path=/trunk/mono/; revision=154566
Diffstat (limited to 'tools')
-rw-r--r--tools/locale-builder/README9
1 files changed, 9 insertions, 0 deletions
diff --git a/tools/locale-builder/README b/tools/locale-builder/README
index 7c5d00cb026..cad06784fdb 100644
--- a/tools/locale-builder/README
+++ b/tools/locale-builder/README
@@ -36,4 +36,13 @@
In each entry, strings are extracted to locale_strings table, and in each structure they are
represented as an index to the string.
+* updating the data
+
+ Currently, when we need to fix or update data, we need to modify or
+ add the proper file in the supp directory (if it's a new file it must be added
+ in Makefile.am as well to supp_data_files).
+ To create the files used by the runtime after an update, run:
+ make culture-table
+ make install-culture-table
+ At the start of Makefile.am there are additional instructions for specific builds.