From 9d6ca608e3761db0ce5b75850811b96cf5d4de16 Mon Sep 17 00:00:00 2001 From: Pere Pujal i Carabantes Date: Fri, 2 Sep 2011 15:14:15 +0000 Subject: [PATCH] Now make install wil putt the onscreen keyboard files in place. --- Makefile | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/Makefile b/Makefile index 48fd9ca7f..1e0b2bdc9 100644 --- a/Makefile +++ b/Makefile @@ -438,6 +438,7 @@ install: install-bin install-data install-man install-doc \ install-default-config install-example-stamps \ install-example-starters \ install-bash-completion \ + install-osk \ $(ARCH_INSTALL) #install-thumb-starters @echo @@ -891,6 +892,15 @@ install-data: @chmod -R a+rX,g-w,o-w $(DATA_PREFIX)/fonts/locale +# Install the onscreen keyboard: +.PHONY: install-osk +install-osk: + @echo + @echo "...Installing onscreen keyboard files..." + @install -d $(DATA_PREFIX)/osk + @cp -R osk/[a-z]* $(DATA_PREFIX)/osk + @chmod -R a+rX,g-w,o-w $(DATA_PREFIX) + # Install the text documentation: .PHONY: install-doc