summaryrefslogtreecommitdiff
path: root/macros/latex/contrib/fithesis/test/mu/blind/Makefile
blob: ea672afc06c1990fd0812591d48f47cc9236d9b9 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
.PHONY: all clean implode

# This target runs all the tests.
all: implode
	for file in *.tex; do \
		[ $$file = '*.tex' ] && continue; \
		ln -s "$$file" current.tex && \
		pdflatex current && pdflatex current && make clean && \
		lualatex current && lualatex current && make implode; \
	done

# This target removes any auxiliary files.
clean: 
	rm -f *.aux *.log *.out *.lot *.lof *.toc

# This target removes any files created during the testing.
implode: clean
	rm -f texput.log current.*