diff options
author | EuAndreh <eu@euandre.org> | 2021-09-20 18:33:16 -0300 |
---|---|---|
committer | EuAndreh <eu@euandre.org> | 2021-09-20 18:33:16 -0300 |
commit | d2c89c598aa2b17ff9e6b0148819593c1382ed6c (patch) | |
tree | ec12898f11ca039739c991f245da7cac8aec7bc2 | |
parent | Makefile: Include translation files in repocheck.sh count (diff) | |
download | git-permalink-d2c89c598aa2b17ff9e6b0148819593c1382ed6c.tar.gz git-permalink-d2c89c598aa2b17ff9e6b0148819593c1382ed6c.tar.xz |
Makefile: Remove load-locale-messages.sh in "uninstall" target
Diffstat (limited to '')
-rw-r--r-- | Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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) |