From d8f81c980a46279ac619312a914b563144894512 Mon Sep 17 00:00:00 2001 From: marha Date: Tue, 13 Jul 2010 07:48:55 +0000 Subject: Renamed xkbdata.src also on trunk since the current merging of subversion will loose all the changes in xkbdata.src when the directory is renamed on the source branch. --- xorg-server/xkeyboard-config/xkbrules.am | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 xorg-server/xkeyboard-config/xkbrules.am (limited to 'xorg-server/xkeyboard-config/xkbrules.am') diff --git a/xorg-server/xkeyboard-config/xkbrules.am b/xorg-server/xkeyboard-config/xkbrules.am new file mode 100644 index 000000000..e506a92d3 --- /dev/null +++ b/xorg-server/xkeyboard-config/xkbrules.am @@ -0,0 +1,14 @@ +# Common rules for building *.dir files in all xkb subdirectories +# Replaces Imake's MakeXkbDir() rule +# svu: taken from xkbdata + +dist_dir_DATA = $(subdir).dir + +dirdir = $(xkb_base) + +$(subdir).dir: $(dir_data) + -rm -f $@ + $(XKBCOMP) -lfhlpR -o $@ '*' + +CLEANFILES = $(subdir).dir + -- cgit v1.2.3