From ee1ceaee8eab9c1ac3a98039fa159fdd960e8443 Mon Sep 17 00:00:00 2001 From: Christopher Baines Date: Sat, 20 Jan 2024 08:08:14 +0000 Subject: Add an information flow diagram --- Makefile.am | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'Makefile.am') diff --git a/Makefile.am b/Makefile.am index 81b68fc..5976691 100644 --- a/Makefile.am +++ b/Makefile.am @@ -57,9 +57,13 @@ README.html: README.org emacs -q --no-splash -batch -visit README.org \ -eval "(progn (require 'org) (let ((org-export-htmlize-output-type 'css)) (org-html-export-to-html nil nil nil t nil)))" -install-data-local: README.html +qa-information-flow.png: qa-information-flow.plantuml + plantuml -v qa-information-flow.plantuml + +install-data-local: README.html qa-information-flow.png mkdir -p "$(DESTDIR)$(pkgdatadir)" || exit 1; cp -r assets "$(DESTDIR)$(pkgdatadir)/" || exit 1; mkdir -p "$(DESTDIR)$(docdir)"; cp README.org "$(DESTDIR)$(docdir)/README.org" cp README.html "$(DESTDIR)$(docdir)/README.html" + cp qa-information-flow.plantuml qa-information-flow.png "$(DESTDIR)$(docdir)" -- cgit v1.2.3