summaryrefslogtreecommitdiffstats
path: root/doc/cephfs/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'doc/cephfs/Makefile')
-rw-r--r--doc/cephfs/Makefile7
1 files changed, 7 insertions, 0 deletions
diff --git a/doc/cephfs/Makefile b/doc/cephfs/Makefile
new file mode 100644
index 000000000..eee2fa572
--- /dev/null
+++ b/doc/cephfs/Makefile
@@ -0,0 +1,7 @@
+TARGETS=mds-state-diagram.svg
+
+%.svg: %.dot
+ dot -Tsvg -o $@ $^
+
+
+all: $(TARGETS)