diff options
author | Tulio Casagrande <tuliocasagrande@gmail.com> | 2017-03-24 11:39:44 -0300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-03-24 11:39:44 -0300 |
commit | f7bb5b60dae726f9a92b2d0286b6235cdcbb4ea5 (patch) | |
tree | dbd57c0a649389704dd99e73c98a8e63580d466b /Makefile | |
parent | fc074ea9f9b7cd6708a5a878a7b56a4d76a9124e (diff) | |
parent | 2139c40daf24bdea0010b2c01513a2522a416616 (diff) |
Merge pull request #1023 from pixelated/diagram-account-recovery
Account recovery diagrams
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -114,3 +114,9 @@ remove_virtualenv: remove_javascript_packages: rm -rf web-ui/node_modules rm -rf web-ui/app/bower_components + +diagrams: + @. $(VIRTUALENV)/bin/activate;\ + pip install plantuml;\ + cd service/diagrams/png;\ + python -m plantuml *.txt |