diff options
author | Gustav Eek <gustav.eek@fripost.org> | 2019-10-28 12:23:05 +0100 |
---|---|---|
committer | Gustav Eek <gustav.eek@fripost.org> | 2019-10-28 12:23:05 +0100 |
commit | af16296ff45465ab8c8023260797d75ef1c7b8e4 (patch) | |
tree | 7e7dafa264594ffba47c7d27e089b5e43d5a5131 /2015/Makefile | |
parent | 59286bdbbcf2da6b8f4469305ab4af1d1b8ddda0 (diff) | |
parent | f9998c9bd49009e3ea544cebe06bcc7c5aae02bc (diff) |
Merge branch 'master' into 2019-02-25-board
Diffstat (limited to '2015/Makefile')
-rw-r--r-- | 2015/Makefile | 9 |
1 files changed, 2 insertions, 7 deletions
diff --git a/2015/Makefile b/2015/Makefile index d3ae081..f0878ae 100644 --- a/2015/Makefile +++ b/2015/Makefile @@ -1,16 +1,11 @@ # Makefile for minutes of 2015 -MINUTES = \ -2015-01-26-board \ -2015-02-23-board \ -2015-03-22-annual \ -2015-03-25-board \ -2015-04-28-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) |