summaryrefslogtreecommitdiff
path: root/types
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 /types
parent29dffd82af2a8777ace47c5bda4ae706ce9cb9b8 (diff)
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 'types')
-rw-r--r--types/Makefile.am6
1 files changed, 2 insertions, 4 deletions
diff --git a/types/Makefile.am b/types/Makefile.am
index 6da3ccb7..00841843 100644
--- a/types/Makefile.am
+++ b/types/Makefile.am
@@ -1,11 +1,9 @@
typesdir = $(xkb_base)/types
-dist_types_DATA = \
+types_DATA = \
basic cancel caps \
complete default extra \
iso9995 level5 mousekeys nokia numpad \
pc README
-dir_data = $(dist_types_DATA)
-
-include $(top_srcdir)/xkbrules.am
+EXTRA_DIST = $(types_DATA)