summaryrefslogtreecommitdiff
path: root/iadocs/Makefile
blob: d2057e973f35ad59bd8fd14f494ae4bbc7327235 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
# GNU Make is required because BSD Make has bad pattern matching

.SUFFIXES: .tex .pdf

.PHONY: all

all: crita_planning.pdf critb_design.pdf critb_recordoftasks.pdf critc_development.pdf critd_functionality.pdf crite_evaluation.pdf

%.pdf: %.tex header.inc
	lualatex $<
	lualatex $<