diff options
author | xengineering <mail2xengineering@protonmail.com> | 2021-06-11 09:25:18 +0200 |
---|---|---|
committer | xengineering <mail2xengineering@protonmail.com> | 2021-06-11 09:28:36 +0200 |
commit | d6fa6b112451f10f505db886d0ed023b3b931814 (patch) | |
tree | 226eba4183bc4dd2189ccd32480871ad25a063bc /Makefile | |
parent | 20744817a3eb3af21c84b15b41684cf6e8aed86c (diff) | |
download | birdscan-d6fa6b112451f10f505db886d0ed023b3b931814.tar birdscan-d6fa6b112451f10f505db886d0ed023b3b931814.tar.zst birdscan-d6fa6b112451f10f505db886d0ed023b3b931814.zip |
Add CSS
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -19,4 +19,5 @@ install: all install -Dm 644 systemd/birdscan.service $(DESTDIR)$(PREFIX)/lib/systemd/system/birdscan.service install -Dm 644 systemd/birdscan.sysusers $(DESTDIR)$(PREFIX)/lib/sysusers.d/birdscan.conf install -Dm 644 data/html/index.html $(DESTDIR)$(PREFIX)/share/birdscan/html/index.html + install -Dm 644 data/css/birdscan.css $(DESTDIR)$(PREFIX)/share/birdscan/css/birdscan.css |