summaryrefslogtreecommitdiff
path: root/docs/plugins/figures/Makefile.am
blob: e57da9031ceb06619dbf0ac7239782a2d2514dd8 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
SOURCES=camerabin.dot
IMAGES =camerabin.png

EXTRA_DIST=$(SOURCES)

.PHONY: update

.dot.png:
	dot -Tpng $< -o$@

update: $(IMAGES)