summaryrefslogtreecommitdiff
path: root/geometry
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 /geometry
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 'geometry')
-rw-r--r--geometry/Makefile.am6
1 files changed, 2 insertions, 4 deletions
diff --git a/geometry/Makefile.am b/geometry/Makefile.am
index 2a83d16e..069a953f 100644
--- a/geometry/Makefile.am
+++ b/geometry/Makefile.am
@@ -2,7 +2,7 @@ SUBDIRS = digital_vndr sgi_vndr
geomdir = $(xkb_base)/geometry
-dist_geom_DATA = \
+geom_DATA = \
amiga ataritt chicony \
dell everex fujitsu \
hhk hp keytronic kinesis \
@@ -10,6 +10,4 @@ macintosh microsoft nec nokia \
northgate pc sanwa sony thinkpad \
sun typematrix winbook README
-dir_data = $(dist_geom_DATA)
-
-include $(top_srcdir)/xkbrules.am
+EXTRA_DIST = $(geom_DATA)