diff options
| author | Francois Perrad <francois.perrad@gadz.org> | 2010-10-15 16:24:37 +0200 |
|---|---|---|
| committer | Francois Perrad <francois.perrad@gadz.org> | 2010-10-15 16:24:37 +0200 |
| commit | 2f0f999ed3a3a1dc1fe0d1ad5f06786a87574614 (patch) | |
| tree | be64d9db45939fb32640675d7644e75f78ea3eda /uml/Makefile | |
| parent | remove params level (diff) | |
| download | spore-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/Makefile | 10 |
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 |
