summaryrefslogtreecommitdiff
path: root/macros/latex/contrib/fithesis/test/mu/blind/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'macros/latex/contrib/fithesis/test/mu/blind/Makefile')
-rw-r--r--macros/latex/contrib/fithesis/test/mu/blind/Makefile18
1 files changed, 0 insertions, 18 deletions
diff --git a/macros/latex/contrib/fithesis/test/mu/blind/Makefile b/macros/latex/contrib/fithesis/test/mu/blind/Makefile
deleted file mode 100644
index ea672afc06..0000000000
--- a/macros/latex/contrib/fithesis/test/mu/blind/Makefile
+++ /dev/null
@@ -1,18 +0,0 @@
-.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.*