From 527f602f36a001858cc95427899210984e4e71b9 Mon Sep 17 00:00:00 2001 From: Koni Marti Date: Tue, 24 May 2022 07:36:05 +0200 Subject: filters: awk filter to parse text/calendar Implement a filter to read text/calendar (ics) data with awk. Parses multiple events and shows the date recurrence if available. Awk alternative to the python filter. Signed-off-by: Koni Marti Acked-by: Robin Jarry --- Makefile | 1 + 1 file changed, 1 insertion(+) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 52c0c55c..91c0e307 100644 --- a/Makefile +++ b/Makefile @@ -106,6 +106,7 @@ install: $(DOCS) aerc install -m644 config/accounts.conf $(DESTDIR)$(SHAREDIR)/accounts.conf install -m644 config/aerc.conf $(DESTDIR)$(SHAREDIR)/aerc.conf install -m644 config/binds.conf $(DESTDIR)$(SHAREDIR)/binds.conf + install -m755 filters/calendar $(DESTDIR)$(SHAREDIR)/filters/calendar install -m755 filters/colorize $(DESTDIR)$(SHAREDIR)/filters/colorize install -m755 filters/hldiff $(DESTDIR)$(SHAREDIR)/filters/hldiff install -m755 filters/html $(DESTDIR)$(SHAREDIR)/filters/html -- cgit