diff options
author | Gustav Eek <gustav.eek@fripost.org> | 2019-08-11 21:09:23 +0200 |
---|---|---|
committer | Gustav Eek <gustav.eek@fripost.org> | 2019-08-11 21:11:59 +0200 |
commit | 3c7dd72d877d67e3156c2a0522db92e46ed07c8f (patch) | |
tree | 079ff1808f767f4f872f0d385854a6cbd7104298 /2015 | |
parent | 77130f908f3d6a7e086f425bacbf1b47c9d36b5a (diff) | |
parent | ba6f821c2ae1ec2842218092ddba1f02aa0324d4 (diff) |
Merge branch 'master' into 2019-05-27-board
Compilation conflicts solved regarding
* Major Makfile remastering (*Makefile* only)
* Attendants acronyms in preamble (dropped from 2019-05-27-board.tex)
Diffstat (limited to '2015')
-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) |