From 735e7df9ed0875040b11bf5a7c1b4c252c801329 Mon Sep 17 00:00:00 2001 From: perepujal Date: Fri, 02 Sep 2011 15:14:15 +0000 Subject: Now make install wil putt the onscreen keyboard files in place. --- diff --git a/Makefile b/Makefile index 48fd9ca..1e0b2bd 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 -- cgit v0.9.1