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, 13 insertions, 0 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
new file mode 100644
index 0000000000..c9a5541a63
--- /dev/null
+++ b/macros/latex/contrib/beamer-contrib/themes/fibeamer/logo/bs/Makefile
@@ -0,0 +1,13 @@
+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)