summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2023-04-08 22:13:55 +0200
committerChristian Grothoff <christian@grothoff.org>2023-04-08 22:13:55 +0200
commitb617c6452ec92c06533e98a26b09c23165fbbf44 (patch)
treed5e12c87517c813a14eecd8d7e7e20bbc7a2cd86 /Makefile
parent343f392149caadaf8e4209863364a61672f5c876 (diff)
downloaddocs-b617c6452ec92c06533e98a26b09c23165fbbf44.tar.gz
docs-b617c6452ec92c06533e98a26b09c23165fbbf44.tar.bz2
docs-b617c6452ec92c06533e98a26b09c23165fbbf44.zip
review payment states
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index e60c2dd8..b3e04e29 100644
--- a/Makefile
+++ b/Makefile
@@ -57,6 +57,8 @@ transaction-common-states.png: transaction-common-states.dot
dot -Tpng transaction-common-states.dot > transaction-common-states.png
transaction-withdrawal-states.png: transaction-withdrawal-states.dot
dot -Tpng transaction-withdrawal-states.dot > transaction-withdrawal-states.png
+transaction-payment-states.png: transaction-payment-states.dot
+ dot -Tpng transaction-payment-states.dot > transaction-payment-states.png
coin.png: coin.dot
dot -Tpng coin.dot > coin.png
deposit.png: deposit.dot
@@ -64,7 +66,7 @@ deposit.png: deposit.dot
reserve.png: reserve.dot
dot -Tpng reserve.dot > reserve.png
-diagrams: arch-api.png coin.png deposit.png reserve.png transaction-common-states.png transaction-withdrawal-states.png
+diagrams: arch-api.png coin.png deposit.png reserve.png transaction-common-states.png transaction-withdrawal-states.png transaction-payment-states.png
# The html-linked builder does not support caching, so we