summaryrefslogtreecommitdiff
path: root/linux/Makefile
diff options
context:
space:
mode:
authorknittl <knittl@b9310e46-f624-0410-8ea1-cfbb3a30dc96>2009-06-12 16:24:51 +0000
committerknittl <knittl@b9310e46-f624-0410-8ea1-cfbb3a30dc96>2009-06-12 16:24:51 +0000
commitae5e9fd87f9bde9d7cf96c581e234b2b31ca16b4 (patch)
tree7aadd6a98acc81a562228a3d492527d7b2e90ee8 /linux/Makefile
parentd0bf3032c8b17028bb8015b83a11d257b41f9906 (diff)
downloadneo-layout-ae5e9fd87f9bde9d7cf96c581e234b2b31ca16b4.tar.gz
neo-layout-ae5e9fd87f9bde9d7cf96c581e234b2b31ca16b4.tar.bz2
neo-layout-ae5e9fd87f9bde9d7cf96c581e234b2b31ca16b4.zip
install option für's makefile
diese entpackt das tar file nach /usr/share/X11/ git-svn-id: https://svn.neo-layout.org@1891 b9310e46-f624-0410-8ea1-cfbb3a30dc96
Diffstat (limited to 'linux/Makefile')
-rw-r--r--linux/Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/linux/Makefile b/linux/Makefile
index 5a371f4..0a87c6f 100644
--- a/linux/Makefile
+++ b/linux/Makefile
@@ -41,4 +41,7 @@ X/xkb.tgz:X/compat/* X/rules/* X/symbols/* X/types/*
clean:
rm -f ${FILES}
+install:X/xkb.tgz
+ tar -xzf X/xkb.tgz -C /usr/share/X11/
+
.PHONY: clean