X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=gen_tables.sh;h=009d42152e91057394c548f625a4514dda34abbb;hb=refs%2Fchanges%2F50%2F304450%2F1;hp=2661cf987b2d07e73db22e3dd524a5ee187a8d6c;hpb=81db8c9a7280c4af7d1d567ae8a058c2a8f310d0;p=platform%2Fupstream%2Flibxkbcommon.git diff --git a/gen_tables.sh b/gen_tables.sh index 2661cf9..009d421 100755 --- a/gen_tables.sh +++ b/gen_tables.sh @@ -1,5 +1,5 @@ #!/bin/sh -BASE_HEADER_FILE="./xkbcommon/xkbcommon-keysyms.h" +BASE_HEADER_FILE="./include/xkbcommon/xkbcommon-keysyms.h" -LC_CTYPE=C python ./makekeys.py ${BASE_HEADER_FILE} > ./src/ks_tables.h +LC_CTYPE=C python scripts/makekeys ${BASE_HEADER_FILE} > ./src/ks_tables.h