diff options
author | jakob.stendahl <jakob.stendahl@infomedia.dk> | 2024-07-14 11:01:19 +0200 |
---|---|---|
committer | jakob.stendahl <jakob.stendahl@infomedia.dk> | 2024-07-14 11:01:19 +0200 |
commit | 5efcfe9ac68235de2103369b2f885c36bad5e950 (patch) | |
tree | c848a37e474131a9991ca6ff29daae6f55b016bf | |
parent | 7116bc4e91c209f738ca5276a7e08bc19c3b737c (diff) | |
download | simple-notification-daemon-5efcfe9ac68235de2103369b2f885c36bad5e950.tar.gz simple-notification-daemon-5efcfe9ac68235de2103369b2f885c36bad5e950.zip |
Install documentation locally for user
-rw-r--r-- | Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -27,6 +27,8 @@ README: snotifd.1 snotifc.1 install: snotifc snotifd install snotifd ${HOME}/bin/snotifd install snotifc ${HOME}/bin/snotifc + install snotifd.1 ${HOME}/.local/share/man/man1/snotifd.1 + install snotifc.1 ${HOME}/.local/share/man/man1/snotifc.1 mkdir -p ${XDG_CONFIG_HOME}/systemd/user/ install snotifd.service ${XDG_CONFIG_HOME}/systemd/user/ systemctl --user daemon-reload |