summaryrefslogtreecommitdiff
path: root/keycodes
diff options
context:
space:
mode:
authorDaniel Stone <daniel@fooishbar.org>2012-08-28 10:39:57 -0700
committerSergey V. Udaltsov <svu@gnome.org>2012-08-29 00:46:08 +0100
commit67804fe9398ac1bda8bbed40dcf65dd7ce734364 (patch)
tree5e737db637380e5c4301a91ad4ded18f6345b444 /keycodes
parent29dffd82af2a8777ace47c5bda4ae706ce9cb9b8 (diff)
downloadxkeyboard-config-67804fe9398ac1bda8bbed40dcf65dd7ce734364.tar.gz
Remove *.dir generation
It's only used by the X server's ListComponents call, which I intend to stub out shortly. (For bonus points, that call will fork xkbcomp to generate the necessary listings itself if it can't find the *.dir files.) Signed-off-by: Daniel Stone <daniel@fooishbar.org>
Diffstat (limited to 'keycodes')
-rw-r--r--keycodes/Makefile.am6
1 files changed, 2 insertions, 4 deletions
diff --git a/keycodes/Makefile.am b/keycodes/Makefile.am
index 68c9a54..9c5a386 100644
--- a/keycodes/Makefile.am
+++ b/keycodes/Makefile.am
@@ -2,7 +2,7 @@ SUBDIRS = digital_vndr sgi_vndr
keycodesdir = $(xkb_base)/keycodes
-dist_keycodes_DATA = \
+keycodes_DATA = \
aliases \
amiga \
ataritt \
@@ -18,6 +18,4 @@ xfree86 \
xfree98 \
README
-dir_data = $(dist_keycodes_DATA)
-
-include $(top_srcdir)/xkbrules.am
+EXTRA_DIST = $(keycodes_DATA)