summaryrefslogtreecommitdiffstats
path: root/src/Makefile
diff options
context:
space:
mode:
authorSampo Sorsa <sorsasampo@protonmail.com>2018-05-22 00:00:00 +0000
committerSampo Sorsa <sorsasampo@protonmail.com>2018-05-22 00:00:00 +0000
commiteaadd5e2fd56a665f5b319ab8d516cc52c09afba (patch)
tree0cced9d84759ca7d2abbeac4a146afb9db7eb8c4 /src/Makefile
parent7023ad9f21af4517413591a7ba1646ed509df21b (diff)
Rename binary from scim to sc-im
Diffstat (limited to 'src/Makefile')
-rwxr-xr-xsrc/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/Makefile b/src/Makefile
index dd49467..454459f 100755
--- a/src/Makefile
+++ b/src/Makefile
@@ -1,5 +1,5 @@
# Specify the name of the resulting executable file
-name = scim
+name = sc-im
# The base directory where everything should be installed.
prefix = /usr/local
@@ -182,9 +182,9 @@ man_install:
@cp -r ../docs/man/man3/ /usr/local/share/man/
mandb
-# "scim" MUST match what is in Doxyfile `MAN_EXTENSION = .scim.3`
+# "sc-im" MUST match what is in Doxyfile `MAN_EXTENSION = .sc-im.3`
man_uninstall:
- @rm -rf /usr/local/share/man/man3/*scim.3
+ @rm -rf /usr/local/share/man/man3/*sc-im.3
@mandb
clean: