File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -27,8 +27,7 @@ SHARE=$(prefix)/share/house
2727INSTALL =/usr/bin/install
2828
2929HAPP =housekasa
30- HMAN =/var/lib/house/note/content/manuals/automation
31- HMANCACHE =/var/lib/house/note/cache
30+ HCAT =automation
3231
3332# Application build. --------------------------------------------
3433
@@ -56,9 +55,6 @@ kasa: kasa.c
5655install-ui : install-preamble
5756 $(INSTALL ) -m 0755 -d $(DESTDIR )$(SHARE ) /public/kasa
5857 $(INSTALL ) -m 0644 public/* $(DESTDIR )$(SHARE ) /public/kasa
59- $(INSTALL ) -m 0755 -d $(DESTDIR )$(HMAN )
60- $(INSTALL ) -m 0644 README.md $(DESTDIR )$(HMAN ) /$(HAPP ) .md
61- rm -rf $(DESTDIR )$(HMANCACHE ) /*
6258
6359install-runtime : install-preamble
6460 $(INSTALL ) -m 0755 -s housekasa kasa $(DESTDIR )$(prefix ) /bin
@@ -69,8 +65,6 @@ install-app: install-ui install-runtime
6965uninstall-app :
7066 rm -f $(DESTDIR )$(prefix ) /bin/housekasa $(DESTDIR )$(prefix ) /bin/kasa
7167 rm -rf $(DESTDIR )$(SHARE ) /public/kasa
72- rm -f $(DESTDIR )$(HMAN ) /$(HAPP ) .md
73- rm -rf $(DESTDIR )$(HMANCACHE ) /*
7468
7569purge-app :
7670
Original file line number Diff line number Diff line change 1- housekasa (1.1) UNREALEASED ; urgency=low
1+ housekasa (1.1) UNRELEASED ; urgency=low
22
33 * Install README.md as an online manual.
44
55 -- Pascal Martin <pascal.fb.martin@gmail.com> Wed, 15 Aug 2025 12:00:00 PDT
66
7- housekasa (1.0) UNREALEASED ; urgency=low
7+ housekasa (1.0) UNRELEASED ; urgency=low
88
99 * Initial release as a Debian package.
1010
You can’t perform that action at this time.
0 commit comments