summaryrefslogtreecommitdiff
path: root/macros/latex/contrib/beamer-contrib/themes/fibeamer/logo/bs/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'macros/latex/contrib/beamer-contrib/themes/fibeamer/logo/bs/Makefile')
-rw-r--r--macros/latex/contrib/beamer-contrib/themes/fibeamer/logo/bs/Makefile13
1 files changed, 0 insertions, 13 deletions
diff --git a/macros/latex/contrib/beamer-contrib/themes/fibeamer/logo/bs/Makefile b/macros/latex/contrib/beamer-contrib/themes/fibeamer/logo/bs/Makefile
deleted file mode 100644
index c9a5541a63..0000000000
--- a/macros/latex/contrib/beamer-contrib/themes/fibeamer/logo/bs/Makefile
+++ /dev/null
@@ -1,13 +0,0 @@
-EPSFILES=fibeamer-bs-standard-english.eps fibeamer-bs-standard-italian.eps
-.PHONY: all implode
-
-# This target converts all the PDF logos to EPS.
-all: $(EPSFILES)
-
-# This target converts a single PDF logo to EPS.
-%.eps: %.pdf
- inkscape $< --export-eps=$@
-
-# This target removes all EPS logos.
-implode:
- rm -f $(EPSFILES)