diff options
Diffstat (limited to '2018/Makefile')
-rw-r--r-- | 2018/Makefile | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/2018/Makefile b/2018/Makefile index 6c4317d..cc17194 100644 --- a/2018/Makefile +++ b/2018/Makefile @@ -1,13 +1,11 @@ # Makefile for minutes of 2016 -MINUTES = \ -2018-01-22-board \ -2018-05-06-annual \ +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) |