aboutsummaryrefslogtreecommitdiffstats
path: root/2018/Makefile
diff options
context:
space:
mode:
Diffstat (limited to '2018/Makefile')
-rw-r--r--2018/Makefile12
1 files changed, 2 insertions, 10 deletions
diff --git a/2018/Makefile b/2018/Makefile
index a7d052d..cc17194 100644
--- a/2018/Makefile
+++ b/2018/Makefile
@@ -1,19 +1,11 @@
# Makefile for minutes of 2016
-MINUTES = \
-2018-01-22-board \
-2018-03-26-board \
-2018-04-23-board \
-2018-05-06-annual \
-2018-05-28-board \
-2018-08-27-board \
-2018-10-22-board \
-2018-11-26-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)