aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEuAndreh <eu@euandre.org>2021-09-20 18:33:16 -0300
committerEuAndreh <eu@euandre.org>2021-09-20 18:33:16 -0300
commitd2c89c598aa2b17ff9e6b0148819593c1382ed6c (patch)
treeec12898f11ca039739c991f245da7cac8aec7bc2
parentMakefile: Include translation files in repocheck.sh count (diff)
downloadgit-permalink-d2c89c598aa2b17ff9e6b0148819593c1382ed6c.tar.gz
git-permalink-d2c89c598aa2b17ff9e6b0148819593c1382ed6c.tar.xz
Makefile: Remove load-locale-messages.sh in "uninstall" target
Diffstat (limited to '')
-rw-r--r--Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index d715d1b..cd836f5 100644
--- a/Makefile
+++ b/Makefile
@@ -67,6 +67,7 @@ uninstall:
for l in $(TRANSLATIONS) $(CONTRIBLANGS); do \
rm -f $(DESTDIR)$(LOCALEDIR)/$$l/LC_MESSAGES/$(NAME).sh; \
done
+ rm -f $(DESTDIR)$(LIBEXECDIR)/$(NAME)/load-locale-messages.sh
sh doc/manpages.sh -up $(DESTDIR)$(MANDIR) $(manpages)