Makefile: remove aerc-stylesets upon uninstall
This commit is contained in:
parent
6654c970e6
commit
dadc9bf2b3
1
Makefile
1
Makefile
|
@ -99,6 +99,7 @@ uninstall:
|
|||
$(RM) $(DESTDIR)$(MANDIR)/man5/aerc-smtp.5
|
||||
$(RM) $(DESTDIR)$(MANDIR)/man7/aerc-tutorial.7
|
||||
$(RM) $(DESTDIR)$(MANDIR)/man7/aerc-templates.7
|
||||
$(RM) $(DESTDIR)$(MANDIR)/man7/aerc-stylesets.7
|
||||
$(RM) -r $(DESTDIR)$(SHAREDIR)
|
||||
${RMDIR_IF_EMPTY} $(DESTDIR)$(BINDIR)
|
||||
$(RMDIR_IF_EMPTY) $(DESTDIR)$(MANDIR)/man1
|
||||
|
|
Loading…
Reference in New Issue