summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile11
1 files changed, 11 insertions, 0 deletions
diff --git a/Makefile b/Makefile
new file mode 100644
index 0000000..ed774cb
--- /dev/null
+++ b/Makefile
@@ -0,0 +1,11 @@
+install:
+ #installs m17n input method, should run ibus-reset in userspace after this
+ cp io-iokalant.mim /usr/share/m17n/
+ #installs ttf font for characters from U+18900 to U+18940
+ cp IOKALANT_STANT_FATENC.ttf /usr/share/fonts/TTF
+ #reloads font cache
+ fc-cache -f
+uninstall:
+ rm /usr/share/m17n/io-iokalant.mim
+ rm /usr/share/IOKALANT_STANT_FATENC.ttf
+ fc-cache -f