summaryrefslogtreecommitdiff
path: root/macros/latex/contrib/beamer-contrib/themes/fibeamer/test/mu/Makefile
blob: 51cc09cb88f3cf4ab59c959941ecdfafdf8b0783 (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
.PHONY: all implode
TARGETS=expected-econ-lualatex.pdf expected-fss-pdflatex.pdf \
	expected-phil-lualatex.pdf expected-econ-pdflatex.pdf \
	expected-law-lualatex.pdf expected-phil-pdflatex.pdf \
	expected-fi-lualatex.pdf expected-law-pdflatex.pdf \
	expected-sci-lualatex.pdf expected-fi-pdflatex.pdf \
	expected-med-lualatex.pdf expected-sci-pdflatex.pdf \
	expected-fsps-lualatex.pdf expected-med-pdflatex.pdf \
	expected-fsps-pdflatex.pdf expected-ped-lualatex.pdf \
	expected-fss-lualatex.pdf expected-ped-pdflatex.pdf
EXAMPLEDIR=../../example/mu

# This target runs all the tests.
all:
	make -C $(EXAMPLEDIR) implode
	make -C $(EXAMPLEDIR) all
	make $(TARGETS)

# This target runs a single test.
expected-%.pdf: $(EXAMPLEDIR)/%.pdf
	../comparepdf.sh $< $@ || \
	{ [ "$(UPDATE_FAILED)" = true ] && mv $< $@; }

# This is a dummy target.
implode: