ceph/doc/cephfs/Makefile

8 lines
82 B
Makefile

TARGETS=mds-state-diagram.svg
%.svg: %.dot
dot -Tsvg -o $@ $^
all: $(TARGETS)