diff options
author | JD <john1doe@ya.ru> | 2020-09-27 15:35:04 +0200 |
---|---|---|
committer | Reto Brunner <reto@labrat.space> | 2020-09-27 15:35:04 +0200 |
commit | dadc9bf2b3e992851d2539d6f459a4f29001e686 (patch) | |
tree | 5aa2b35994f99cca47ff881d5a2c2f06d185a2ab | |
parent | 6654c970e6400e3d97344a8c982770a36e6f78ba (diff) | |
download | aerc-dadc9bf2b3e992851d2539d6f459a4f29001e686.tar.gz |
Makefile: remove aerc-stylesets upon uninstall
-rw-r--r-- | Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile b/Makefile index 1c1de75..458a7e3 100644 --- a/Makefile +++ b/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 |