summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorxengineering <me@xengineering.eu>2023-04-13 19:42:30 +0200
committerxengineering <me@xengineering.eu>2023-04-13 20:21:58 +0200
commit672dc6ca0124c4ffe53f1142345b796094adafdd (patch)
tree85449ee8b805a51a577a528526e369c1d38526d0
parent937d0e07d9ad4ed98b4349de568de325c5cc7e70 (diff)
downloadceres-672dc6ca0124c4ffe53f1142345b796094adafdd.tar
ceres-672dc6ca0124c4ffe53f1142345b796094adafdd.tar.zst
ceres-672dc6ca0124c4ffe53f1142345b796094adafdd.zip
Fix Makefile
There were some templates missing.
-rw-r--r--Makefile4
1 files changed, 4 insertions, 0 deletions
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: