aboutsummaryrefslogtreecommitdiffstats
path: root/2016/Makefile
diff options
context:
space:
mode:
authorGustav Eek <gustav.eek@fripost.org>2019-08-11 20:54:54 +0200
committerGustav Eek <gustav.eek@fripost.org>2019-08-11 20:54:54 +0200
commitba6f821c2ae1ec2842218092ddba1f02aa0324d4 (patch)
treec8fbabed5d6b3012c79435d86cc21e4d292b274c /2016/Makefile
parent64483c46f79d8c45c71d1b68b3422fbadc36e2ae (diff)
parent70a2979acfd9e9d0e75200750708dd4668538a6c (diff)
Merge branch 'master' into 2018-11-26-board
Conflicts: 2018/Makefile due to earlier massive Makefile update.
Diffstat (limited to '2016/Makefile')
-rw-r--r--2016/Makefile5
1 files changed, 2 insertions, 3 deletions
diff --git a/2016/Makefile b/2016/Makefile
index 744b478..40a10de 100644
--- a/2016/Makefile
+++ b/2016/Makefile
@@ -1,12 +1,11 @@
# Makefile for minutes of 2016
-MINUTES = \
-2016-06-13-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)