autostart-manage/Makefile

13 lines
256 B
Makefile
Raw Normal View History

2024-10-28 18:53:42 +00:00
completions:
bashly add completions
2024-01-08 22:37:31 +00:00
2024-10-28 18:53:42 +00:00
generate: completions
bashly generate --upgrade
2024-01-11 22:31:41 +00:00
docs: generate
2024-10-28 18:53:42 +00:00
bashly render :mandoc ./man1
2024-01-11 22:31:41 +00:00
2024-10-23 20:32:11 +00:00
install: generate docs
2024-10-28 18:53:42 +00:00
cp -f ./autostart-manage ~/.local/bin/
cp -f ./man1/autostart-manage*.1 ~/.local/share/man/man1/