]> git.saurik.com Git - wxWidgets.git/blame - misc/unictabl/regenerate.sh
correcting error in OpenVMS makefile
[wxWidgets.git] / misc / unictabl / regenerate.sh
CommitLineData
045c4fab
VS
1#!/bin/sh
2# CVS-ID: $Id$
3
4echo ""
5echo "-----------------------------------"
6echo " Refreshing tables, please wait..."
7echo "-----------------------------------"
8echo ""
9
10sh ./mk_fallbacks.sh
11sh ./mk_encodings.sh
12
13echo " * removing temporary files..."
14
15rm -f Fallbacks UnicodeChars
16
17echo "
18 * copying tables to src/common/unictabl.inc..."
19
20mv -f unictabl.inc ../../src/common/unictabl.inc
21
22echo "
23 DONE
24"