about summary refs log tree commit diff stats
diff options
context:
space:
mode:
authorJD <john1doe@ya.ru>2020-09-27 15:35:04 +0200
committerReto Brunner <reto@labrat.space>2020-09-27 15:35:04 +0200
commitdadc9bf2b3e992851d2539d6f459a4f29001e686 (patch)
tree5aa2b35994f99cca47ff881d5a2c2f06d185a2ab
parent6654c970e6400e3d97344a8c982770a36e6f78ba (diff)
downloadaerc-dadc9bf2b3e992851d2539d6f459a4f29001e686.tar.gz
Makefile: remove aerc-stylesets upon uninstall
-rw-r--r--Makefile1
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
.0&id=62cd0b08aa82fe19e6d5d96b0341f7cffbb4cb7b'>62cd0b0 ^
89f1684 ^
43dba93 ^
f3158b3 ^
89f1684 ^
f3158b3 ^
89f1684 ^

6473848 ^
89f1684 ^



0c2ede5 ^
b2fa5a1 ^
89f1684 ^





513e8aa ^
89f1684 ^
974b22c ^


8d20e92 ^
3f452ca ^
f3158b3 ^
89f1684 ^



974b22c ^
89f1684 ^
3836d24 ^
56b84d3 ^
280d8e7 ^
f3158b3 ^
1f6c108 ^
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48