Commit and distribute ks_tables.h
authorRan Benita <ran234@gmail.com>
Wed, 17 Oct 2012 17:52:47 +0000 (19:52 +0200)
committerRan Benita <ran234@gmail.com>
Wed, 17 Oct 2012 18:09:09 +0000 (20:09 +0200)
commit5d9a5cb003a654bde26897fbafb5036029993c8e
tree4b1771a107b9df5c8cf422a1ec7cec69efc1879c
parent179855116d15b9da939f8fa397cd6e4399d96b39
Commit and distribute ks_tables.h

The ks_tables.h file is generated by makekeys.py from
xkbcommon-keysyms.h, which in turn is generated initially by 'make
update-keysyms'. The xkbcommon-keysyms.h file is commited to git and
distributed in the tarball. Since ks_tables.h should only ever change
when xkbcommon-keysyms.h changes, it is more sensible to update them
together and treat them the same, instead of generating ks_tables.h
every time for every builder with 'make', as we do now.

This means we don't need python as a build dependency (only the one
running update-keysyms, i.e. no one, needs this), and we can be
sure exactly the same file is used by everyone. We also don't need to
run makekeys.py on every build.

Signed-off-by: Ran Benita <ran234@gmail.com>
Makefile.am
configure.ac
src/.gitignore [deleted file]
src/ks_tables.h [new file with mode: 0644]