mirror of
https://github.com/ceph/ceph
synced 2024-12-13 23:17:07 +00:00
6962b4eb9b
Fixes: http://tracker.ceph.com/issues/22989 Signed-off-by: Patrick Donnelly <pdonnell@redhat.com>
8 lines
82 B
Makefile
8 lines
82 B
Makefile
TARGETS=mds-state-diagram.svg
|
|
|
|
%.svg: %.dot
|
|
dot -Tsvg -o $@ $^
|
|
|
|
|
|
all: $(TARGETS)
|