From 3380939a8e8301982c720092793aeeff95f4f50b Mon Sep 17 00:00:00 2001 From: stephan Date: Wed, 5 May 2010 18:14:34 +0000 Subject: Makefile gefixed git-svn-id: https://svn.neo-layout.org@2309 b9310e46-f624-0410-8ea1-cfbb3a30dc96 --- linux/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/linux/Makefile b/linux/Makefile index 86f44e3..9eca758 100644 --- a/linux/Makefile +++ b/linux/Makefile @@ -41,7 +41,7 @@ X/xkb.tgz:X/compat/* X/rules/* X/symbols/* X/types/* cd X; \ chmod u=rw,g=r,o=r compat/* rules/* symbols/* types/*; \ tar -cz --transform='s,^,xkb/,' \ - -f xkb.tgz compat/neo_mods rules/base rules/base.xml rules/evdev rules/evdev.xml symbols/de symbols/level3 symbols/level5 symbols/shift types/level5 + -f xkb.tgz compat/caps compat/level5 compat/misc rules/base rules/base.xml rules/evdev rules/evdev.xml symbols/de symbols/level3 symbols/level5 symbols/shift types/level5 clean: rm -f ${FILES} -- cgit v1.2.3