summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2023-04-08 17:47:08 +0200
committerChristian Grothoff <christian@grothoff.org>2023-04-08 17:47:08 +0200
commit160809d12e9a956ffb4cbef0e3cb8cbb72804114 (patch)
treeaf4a68e2286f37e31b7c6cf9dd6af17eba4e237d /Makefile
parentc68cb55278b9e1d6ce5cfebb5f948ccbf56be41e (diff)
downloaddocs-160809d12e9a956ffb4cbef0e3cb8cbb72804114.tar.gz
docs-160809d12e9a956ffb4cbef0e3cb8cbb72804114.tar.bz2
docs-160809d12e9a956ffb4cbef0e3cb8cbb72804114.zip
redo diagram in dot
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 6bb8992e..cb844de4 100644
--- a/Makefile
+++ b/Makefile
@@ -53,6 +53,8 @@ clean:
arch-api.png: arch-api.dot
dot -Tpng arch-api.dot > arch-api.png
+transaction-common-states.png: transaction-common-states.dot
+ dot -Tpng transaction-common-states.dot > transaction-common-states.png
coin.png: coin.dot
dot -Tpng coin.dot > coin.png
deposit.png: deposit.dot
@@ -60,7 +62,7 @@ deposit.png: deposit.dot
reserve.png: reserve.dot
dot -Tpng reserve.dot > reserve.png
-diagrams: arch-api.png coin.png
+diagrams: arch-api.png coin.png deposit.png reserve.png transaction-common-states.png
# The html-linked builder does not support caching, so we