diff options
author | xengineering <me@xengineering.eu> | 2022-05-16 18:59:43 +0200 |
---|---|---|
committer | xengineering <me@xengineering.eu> | 2022-05-16 18:59:43 +0200 |
commit | 3b4f49a63fbab23ab36bccdfc82b86e5223f2495 (patch) | |
tree | 7fddafaee99654865402290a98931a138a5e49e6 /Makefile | |
parent | 96e66b41169a005613fe45f47bb7d1d92950a10f (diff) | |
download | webiot-3b4f49a63fbab23ab36bccdfc82b86e5223f2495.tar webiot-3b4f49a63fbab23ab36bccdfc82b86e5223f2495.tar.zst webiot-3b4f49a63fbab23ab36bccdfc82b86e5223f2495.zip |
Implement CSS installation
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -19,6 +19,7 @@ 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 libweb/libweb.css $(DESTDIR)$(PREFIX)/share/$(PROGRAM)/webiot.css 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 |