]> git.proxmox.com Git - ceph.git/blame - ceph/doc/cephfs/Makefile
import ceph 16.2.6
[ceph.git] / ceph / doc / cephfs / Makefile
CommitLineData
11fdf7f2
TL
1TARGETS=mds-state-diagram.svg
2
3%.svg: %.dot
4 dot -Tsvg -o $@ $^
5
6
7all: $(TARGETS)