From 1cf85dcc67abbd68ff2561ec8e836f765e5b7b00 Mon Sep 17 00:00:00 2001 From: Gustav Eek Date: Mon, 22 Feb 2021 17:08:32 +0100 Subject: Minutes Jan 25, 2021, Initial abstract provided Abstract provided. Also Makefile for 2021 and accronymes uppdated. --- 2021/Makefile | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 2021/Makefile (limited to '2021/Makefile') diff --git a/2021/Makefile b/2021/Makefile new file mode 100644 index 0000000..26f6bd1 --- /dev/null +++ b/2021/Makefile @@ -0,0 +1,19 @@ +# Makefile for minutes + +COMPLETES := $(subst .sed.gpg,-complete, $(wildcard *.sed.gpg)) +MINUTES := $(basename $(shell ls *.tex 2> /dev/null | grep -v complete)) \ + +common-makefile = ../resources/Makefile-common + +help: + @make -s -f $(common-makefile) help SEND_FILES="$(MINUTES) $(COMPLETES)" + +all: $(MINUTES) $(COMPLETES) + +%: + make -f $(common-makefile) compile FILE=$* + +send: + make -f $(common-makefile) send SEND_FILES="$(MINUTES)" +clean: + make -f $(common-makefile) clean -- cgit v1.2.3