chromium/docs/accessibility/os/figures/Makefile

all: \
	architecture.png

%.png: %.gv Makefile
	dot -Tpng $< -o $@