From deb605e3c01ecd05e4f74ec6e6fcf8a39e967fa6 Mon Sep 17 00:00:00 2001 From: Michael Tremer Date: Thu, 12 Jul 2018 18:20:15 +0100 Subject: [PATCH] Install index.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 6b5e5724..4e4c1140 100644 --- a/Makefile.am +++ b/Makefile.am @@ -103,7 +103,8 @@ templates_DATA = \ src/templates/base-1.html \ src/templates/error.html \ src/templates/error-404.html \ - src/templates/error-500.html + src/templates/error-500.html \ + src/templates/index.html templatesdir = $(datadir)/templates -- 2.47.3