From 622b1cce63bc393e72dd0ca49ce5293300b6b3c1 Mon Sep 17 00:00:00 2001 From: Michael Tremer Date: Wed, 26 Sep 2018 14:55:16 +0100 Subject: [PATCH] Makefile: Fix installing index.html Signed-off-by: Michael Tremer --- Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile.am b/Makefile.am index d87dd982..154e4113 100644 --- a/Makefile.am +++ b/Makefile.am @@ -99,7 +99,7 @@ webdir = $(backenddir)/web templates_DATA = \ src/templates/base.html \ src/templates/donate.html \ - src/templates/error.html + src/templates/error.html \ src/templates/index.html templatesdir = $(datadir)/templates -- 2.47.3