From: Michael Tremer Date: Wed, 26 Sep 2018 13:55:16 +0000 (+0100) Subject: Makefile: Fix installing index.html X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=622b1cce63bc393e72dd0ca49ce5293300b6b3c1;p=ipfire.org.git Makefile: Fix installing index.html Signed-off-by: Michael Tremer --- 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