diff options
-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) |