aboutsummaryrefslogtreecommitdiffstats
path: root/2019/Makefile
diff options
context:
space:
mode:
Diffstat (limited to '2019/Makefile')
-rw-r--r--2019/Makefile8
1 files changed, 2 insertions, 6 deletions
diff --git a/2019/Makefile b/2019/Makefile
index 9cb80ff..acfa277 100644
--- a/2019/Makefile
+++ b/2019/Makefile
@@ -1,15 +1,11 @@
# Makefile for minutes of 2019
-MINUTES = \
- 2019-01-28-board \
- 2019-02-25-board \
- 2019-03-25-board \
- 2019-05-27-board \
+MINUTES := $(basename $(shell ls *.tex 2> /dev/null))
common-makefile = ../resources/Makefile-common
help:
- @make -s -f $(common-makefile) help
+ @make -s -f $(common-makefile) help SEND_FILES="$(MINUTES)"
all: $(MINUTES)