summaryrefslogtreecommitdiff
path: root/macros/latex/contrib/beamer-contrib/themes/fibeamer/test/mu/Makefile
diff options
context:
space:
mode:
authorNorbert Preining <norbert@preining.info>2021-09-25 03:01:31 +0000
committerNorbert Preining <norbert@preining.info>2021-09-25 03:01:31 +0000
commit8322a8a248262d9acaadab2fa12d90012fcf1877 (patch)
tree5dd59d39bf68ca7c1882c1a07aec8470b36dc20e /macros/latex/contrib/beamer-contrib/themes/fibeamer/test/mu/Makefile
parent5d714d9476cbb90b125ff14a9d764ad90bb7c2ed (diff)
CTAN sync 202109250301
Diffstat (limited to 'macros/latex/contrib/beamer-contrib/themes/fibeamer/test/mu/Makefile')
-rw-r--r--macros/latex/contrib/beamer-contrib/themes/fibeamer/test/mu/Makefile26
1 files changed, 0 insertions, 26 deletions
diff --git a/macros/latex/contrib/beamer-contrib/themes/fibeamer/test/mu/Makefile b/macros/latex/contrib/beamer-contrib/themes/fibeamer/test/mu/Makefile
deleted file mode 100644
index 51cc09cb88..0000000000
--- a/macros/latex/contrib/beamer-contrib/themes/fibeamer/test/mu/Makefile
+++ /dev/null
@@ -1,26 +0,0 @@
-.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:
-