aboutsummaryrefslogtreecommitdiffstats
path: root/2014/Makefile
blob: 38a83e7a3b0a5e593197685289adc4d9481a0d59 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
# Makefile for minutes of 2014

MINUTES = \
2014-02-11-board \
2014-02-24-board \
2014-03-24-board \
2014-03-29-annual \
2014-04-21-board \
2014-05-19-board \
2014-05-19-board-excerpt \
2014-06-16-board \
2014-09-08-board \
2014-10-06-board \
2014-11-03-board \
2014-12-01-board \


common-makefile = ../resources/Makefile-common

help:
	@make -s -f $(common-makefile) help

all: $(MINUTES)

$(MINUTES):
	make -f $(common-makefile) compile FILE=$@
send:
	make -f $(common-makefile) send SEND_FILES="$(MINUTES)"
clean:
	make -f $(common-makefile) clean