summaryrefslogtreecommitdiff
path: root/iadocs/Makefile
blob: 17277a08b4ad7f994872cefdd7faa9fc14932aa1 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
.PHONY: iadocs

iadocs: ../dist/iadocs/cover_page.htm ../dist/iadocs/crita_planning.pdf ../dist/iadocs/critb_design.pdf ../dist/iadocs/critb_recordoftasks.pdf ../dist/iadocs/critc_development.pdf ../dist/iadocs/critd_functionality.pdf ../dist/iadocs/crite_evaluation.pdf ../dist/iadocs/appendix.pdf

../dist/iadocs/%.htm: %.htm
	mkdir -p ../dist/iadocs
	cp $< $@

../dist/iadocs/%.pdf: %.tex header.inc
	mkdir -p ../dist/iadocs
	lualatex $<
	lualatex $<
	mv $$(basename $@) $@