From 4cb418ce2f91d1b16c732569396d8549bc957833 Mon Sep 17 00:00:00 2001 From: Michael Tremer Date: Wed, 1 Dec 2021 17:41:08 +0000 Subject: [PATCH] Makefile: Install graphs.html Signed-off-by: Michael Tremer --- Makefile.am | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Makefile.am b/Makefile.am index 97cb3aa..322b44c 100644 --- a/Makefile.am +++ b/Makefile.am @@ -140,7 +140,8 @@ westferry_uidir = $(pythondir)/westferry/ui templatesdir = $(datadir)/westferry/templates dist_templates_DATA = \ - src/templates/base.html + src/templates/base.html \ + src/templates/graphs.html templates_demodir = $(templatesdir)/demo -- 2.47.3