# Makefile for minutes

COMPLETES := $(subst .sed.gpg,-complete, $(wildcard *.sed.gpg))
MINUTES := $(basename $(shell ls *.tex 2> /dev/null | grep -v complete)) \

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

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

all: $(MINUTES) $(COMPLETES)

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

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