PICTURES = \
	common/logo-penguins.pdf \
	common/logo-square.pdf \
	common/bootlin-logo.pdf

all: $(PICTURES)
	texfot $(PDFLATEX_ENV) pdflatex -shell-escape tenart-timestamping-and-ptp-in-linux.tex

%.pdf: %.svg
	inkscape -D -o $@ $<

%.pdf: %.eps
	epstopdf --outfile=$@ $^

%.eps: %.dia
	dia -e $@ -t eps $^

clean:
	$(RM) -r common/*.pdf *.pdf *.pyg *.snm *.toc *.vrb *.aux *.nav *.out *.dia~ *.log _minted*
