summaryrefslogtreecommitdiff
path: root/uml/Makefile
diff options
context:
space:
mode:
authorFrancois Perrad <francois.perrad@gadz.org>2010-10-15 16:24:37 +0200
committerFrancois Perrad <francois.perrad@gadz.org>2010-10-15 16:24:37 +0200
commit2f0f999ed3a3a1dc1fe0d1ad5f06786a87574614 (patch)
treebe64d9db45939fb32640675d7644e75f78ea3eda /uml/Makefile
parentremove params level (diff)
downloadspore-specifications-2f0f999ed3a3a1dc1fe0d1ad5f06786a87574614.tar.gz
graphical representation (UML Class Diagram) of the Rx schema.
png <-- dot <-- lua-Coat
Diffstat (limited to 'uml/Makefile')
-rw-r--r--uml/Makefile10
1 files changed, 10 insertions, 0 deletions
diff --git a/uml/Makefile b/uml/Makefile
new file mode 100644
index 0000000..219141c
--- /dev/null
+++ b/uml/Makefile
@@ -0,0 +1,10 @@
+
+api.png: api.dot
+ dot -T png -o api.png api.dot
+
+api.dot: api.lua
+ coat2dot api > api.dot
+ perl -i.bak -pe "s/_method/method/g" api.dot
+
+clean:
+ rm *.bak *.dot *.png \ No newline at end of file