From fa5433ddc8c3bb8d0ba184fe91df79365fd98a58 Mon Sep 17 00:00:00 2001 From: xengineering Date: Mon, 16 May 2022 15:59:53 +0200 Subject: Deploy HTML via Makefile --- Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/Makefile b/Makefile index 5db5a67..81f3235 100644 --- a/Makefile +++ b/Makefile @@ -18,6 +18,7 @@ clean: install: all install -Dm 755 build/$(PROGRAM) $(DESTDIR)$(PREFIX)/bin/$(PROGRAM) install -Dm 644 config.json $(DESTDIR)/etc/$(PROGRAM)/config.json + install -Dm 644 index.html.tmpl $(DESTDIR)$(PREFIX)/share/$(PROGRAM)/index.html.tmpl install -Dm 644 systemd/$(PROGRAM).service $(DESTDIR)$(PREFIX)/lib/systemd/system/$(PROGRAM).service install -Dm 644 systemd/$(PROGRAM).sysusers $(DESTDIR)$(PREFIX)/lib/sysusers.d/$(PROGRAM).conf -- cgit v1.2.3-70-g09d2