summaryrefslogtreecommitdiff
path: root/macros/latex/contrib/beamer-contrib/themes/fibeamer/logo/bs/Makefile
blob: c9a5541a63f3bbf3521780e1f2140856e5167ea2 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
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)