From 672dc6ca0124c4ffe53f1142345b796094adafdd Mon Sep 17 00:00:00 2001 From: xengineering Date: Thu, 13 Apr 2023 19:42:30 +0200 Subject: Fix Makefile There were some templates missing. --- Makefile | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/Makefile b/Makefile index d1af413..944bdee 100644 --- a/Makefile +++ b/Makefile @@ -18,7 +18,11 @@ install: all install -Dm 644 data/static/style.css $(DESTDIR)$(PREFIX)/share/ceres/static/style.css + install -Dm 644 data/templates/footer.html $(DESTDIR)$(PREFIX)/share/ceres/templates/footer.html install -Dm 644 data/templates/index.html $(DESTDIR)$(PREFIX)/share/ceres/templates/index.html + install -Dm 644 data/templates/recipe_edit.html $(DESTDIR)$(PREFIX)/share/ceres/templates/recipe_edit.html + install -Dm 644 data/templates/head.html $(DESTDIR)$(PREFIX)/share/ceres/templates/head.html + install -Dm 644 data/templates/recipe_confirm_deletion.html $(DESTDIR)$(PREFIX)/share/ceres/templates/recipe_confirm_deletion.html install -Dm 644 data/templates/recipe.html $(DESTDIR)$(PREFIX)/share/ceres/templates/recipe.html debug: -- cgit v1.2.3-70-g09d2