Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorperepujal <perepujal>2011-09-02 15:14:15 (GMT)
committer perepujal <perepujal>2011-09-02 15:14:15 (GMT)
commit735e7df9ed0875040b11bf5a7c1b4c252c801329 (patch)
tree8664d1223a4e38b9b981f22bdf7417f8d304cd2d
parente4d9b8cbf859c6847f12233e449d4b64e1139139 (diff)
Now make install wil putt the onscreen keyboard files in place.
-rw-r--r--Makefile10
1 files changed, 10 insertions, 0 deletions
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