From 2b1d970085add8cf55e131ca17796f748bbb762d Mon Sep 17 00:00:00 2001 From: Michael Tremer Date: Thu, 12 Jul 2018 18:59:04 +0100 Subject: [PATCH] Install static HTML templates Signed-off-by: Michael Tremer --- Makefile.am | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/Makefile.am b/Makefile.am index 79635b23..950b79ea 100644 --- a/Makefile.am +++ b/Makefile.am @@ -113,6 +113,18 @@ templates_modules_DATA = \ templates_modulesdir = $(templatesdir)/modules +templates_static_DATA = \ + src/templates/static/artwork.html \ + src/templates/static/chat.html \ + src/templates/static/features.html \ + src/templates/static/get-involved.html \ + src/templates/static/get-started.html \ + src/templates/static/get-support.html \ + src/templates/static/hardware.html \ + src/templates/static/legal.html + +templates_staticdir = $(templatesdir)/static + # ------------------------------------------------------------------------------ SCSS_FILES = \ -- 2.47.3