Modify a keymap maker script for remove duplicataed defined symbols
[platform/upstream/libxkbcommon.git] / gen_tables.sh
1 #!/bin/sh
2
3 BASE_HEADER_FILE="./xkbcommon/xkbcommon-keysyms.h"
4
5 LC_CTYPE=C python ./makekeys.py ${BASE_HEADER_FILE} > ./src/ks_tables.h