summaryrefslogtreecommitdiff
path: root/macros/latex/contrib/fithesis/test/mu/blind/Makefile
diff options
context:
space:
mode:
authorNorbert Preining <norbert@preining.info>2020-03-23 03:02:41 +0000
committerNorbert Preining <norbert@preining.info>2020-03-23 03:02:41 +0000
commit404e90e73ebdb6ecca01ae0b18e684a5f8fe83b3 (patch)
tree0299674ee5045793cc18684fce643597555a7f88 /macros/latex/contrib/fithesis/test/mu/blind/Makefile
parent75d8dfa80524727ddb7d8ae217ed6463efba84cf (diff)
CTAN sync 202003230302
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.*