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