aboutsummaryrefslogtreecommitdiffstats
path: root/2016/Makefile
blob: 40a10de445a0665326a1b55d978be85734e836e6 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
# Makefile for minutes of 2016

MINUTES := $(basename $(shell ls *.tex 2> /dev/null))

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

help:
	@make -s -f $(common-makefile) help SEND_FILES="$(MINUTES)"

all: $(MINUTES)

%:
	make -f $(common-makefile) compile FILE=$*

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