]>
Commit | Line | Data |
---|---|---|
045c4fab VS |
1 | #!/bin/sh |
2 | # CVS-ID: $Id$ | |
3 | ||
4 | echo "" | |
5 | echo "-----------------------------------" | |
6 | echo " Refreshing tables, please wait..." | |
7 | echo "-----------------------------------" | |
8 | echo "" | |
9 | ||
10 | sh ./mk_fallbacks.sh | |
11 | sh ./mk_encodings.sh | |
12 | ||
13 | echo " * removing temporary files..." | |
14 | ||
15 | rm -f Fallbacks UnicodeChars | |
16 | ||
17 | echo " | |
18 | * copying tables to src/common/unictabl.inc..." | |
19 | ||
20 | mv -f unictabl.inc ../../src/common/unictabl.inc | |
21 | ||
22 | echo " | |
23 | DONE | |
24 | " |