Description: Include asusctl man page in makefile
 Include the man page for asusctl in the makefile
 so that we have a man page
Author: Mitchell Augustin <mitchell@mitchellaugustin.com>
Bug: https://bugs.launchpad.net/bugs/2094129
Reviewed-By: Mitchell Augustin <mitchell@mitchellaugustin.com>
Last-Update: 2025-01-15

---

--- asusctl-6.0.12.orig/Makefile
+++ asusctl-6.0.12/Makefile
@@ -76,6 +76,7 @@ install-data:
 	$(INSTALL_DATA) "./data/icons/scalable/gpu-vfio.svg" "$(DESTDIR)$(datarootdir)/icons/hicolor/scalable/status/gpu-vfio.svg"
 	$(INSTALL_DATA) "./data/icons/scalable/notification-reboot.svg" "$(DESTDIR)$(datarootdir)/icons/hicolor/scalable/status/notification-reboot.svg"
 
+	$(INSTALL_DATA) "asusctl.1.gz" "$(DESTDIR)$(datarootdir)/man/man1/asusctl.1.gz"
 	cd rog-anime/data && find "./anime" -type f -exec $(INSTALL_DATA) "{}" "$(DESTDIR)$(datarootdir)/asusd/{}" \;
 
 install: install-program install-data
