Makefile: Uninstall also the man file

This commit is contained in:
Badlop 2024-01-16 16:52:58 +01:00
parent 7cae0920b8
commit c61b57f7ab
1 changed files with 1 additions and 0 deletions

View File

@ -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)