From c61b57f7ab30ad7895e3ed5d72ddb16c1a77c75f Mon Sep 17 00:00:00 2001 From: Badlop Date: Tue, 16 Jan 2024 16:52:58 +0100 Subject: [PATCH] Makefile: Uninstall also the man file --- Makefile.in | 1 + 1 file changed, 1 insertion(+) diff --git a/Makefile.in b/Makefile.in index b34b361ff..788c37556 100644 --- a/Makefile.in +++ b/Makefile.in @@ -447,6 +447,7 @@ uninstall-binary: rm -fr $(DESTDIR)$(LUADIR) rm -fr $(DESTDIR)$(PRIVDIR) rm -fr $(DESTDIR)$(EJABBERDDIR) + rm -f $(DESTDIR)$(MANDIR)/ejabberd.yml.5 uninstall-all: uninstall-binary rm -rf $(DESTDIR)$(ETCDIR)