all: common/logo-penguins.pdf common/bootlin-logo.pdf common/logo-square.pdf arm-soc.pdf arm-soc-families.pdf arm-maintainers.pdf arm-hierarchy.pdf old-style.pdf boot-with-dt.pdf clock-framework.pdf pin-muxing-principle.pdf pinctrl-subsystem.pdf
	pdflatex -shell-escape arm-kernel-consolidation.tex

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

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

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

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