commit b991acde9e6b5a4efff0ce54022d0a7d2177d2bd parent 20c1d0ed576dd1abd09c69893c5ac335ee0f1bc1 Author: Christian Grothoff <christian@grothoff.org> Date: Sun, 9 Apr 2023 13:29:25 +0200 spec tip Diffstat:
| M | Makefile | | | 4 | +++- |
1 file changed, 3 insertions(+), 1 deletion(-)
diff --git a/Makefile b/Makefile @@ -63,6 +63,8 @@ transaction-refund-states.png: transaction-refund-states.dot dot -Tpng transaction-refund-states.dot > transaction-refund-states.png transaction-refresh-states.png: transaction-refresh-states.dot dot -Tpng transaction-refresh-states.dot > transaction-refresh-states.png +transaction-tip-states.png: transaction-tip-states.dot + dot -Tpng transaction-tip-states.dot > transaction-tip-states.png coin.png: coin.dot dot -Tpng coin.dot > coin.png deposit.png: deposit.dot @@ -70,7 +72,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 transaction-payment-states.png transaction-refund-states.png transaction-refresh-states.png +diagrams: arch-api.png coin.png deposit.png reserve.png transaction-common-states.png transaction-withdrawal-states.png transaction-payment-states.png transaction-refund-states.png transaction-refresh-states.png transaction-tip-states.png # The html-linked builder does not support caching, so we