summaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
authorJasper St. Pierre <jstpierre@mecheye.net>2013-07-17 17:49:10 -0400
committerJasper St. Pierre <jstpierre@mecheye.net>2014-01-01 13:01:18 -0500
commit938a2c379b1d65bf541fbe0a5f2c6ef148a96e26 (patch)
treef18f969c0417eb9a3baba9c4409bfb9c8804ee69 /Makefile.am
parent870913c234f82872f1c5816af39c09476e6969cf (diff)
downloadlibxkbcommon-938a2c379b1d65bf541fbe0a5f2c6ef148a96e26.tar.gz
libxkbcommon-938a2c379b1d65bf541fbe0a5f2c6ef148a96e26.tar.bz2
libxkbcommon-938a2c379b1d65bf541fbe0a5f2c6ef148a96e26.zip
makekeys: Move all of the table generation to Python
This makes it easier to run the Python script manually.
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am3
1 files changed, 1 insertions, 2 deletions
diff --git a/Makefile.am b/Makefile.am
index fd6ca09..aa17e6d 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -192,8 +192,7 @@ update-keysyms:
-e 's/#define\s*\(\w*\)XK_/#define XKB_KEY_\1/' \
-e '/\(#ifdef\|#ifndef\|#endif\)/d' $(KEYSYMDEFS) >> $(top_srcdir)/xkbcommon/xkbcommon-keysyms.h
echo -en '\n\n#endif\n' >> $(top_srcdir)/xkbcommon/xkbcommon-keysyms.h
- echo -en '/* This file is autogenerated from Makefile.am; please do not commit directly. */\n\n' > $(top_srcdir)/src/ks_tables.h
- LC_CTYPE=C python $(top_srcdir)/makekeys.py $(top_srcdir)/xkbcommon/xkbcommon-keysyms.h >> $(top_srcdir)/src/ks_tables.h
+ LC_CTYPE=C python $(top_srcdir)/makekeys.py $(top_srcdir)/xkbcommon/xkbcommon-keysyms.h > $(top_srcdir)/src/ks_tables.h
# Run this if you add/remove a new keyword to the xkbcomp scanner,
# or just want to regenerate the gperf file.