Add syncing with extra groups
This commit is contained in:
parent
f48b7c8690
commit
ab7c74f888
7 changed files with 23 additions and 18 deletions
2
Makefile
2
Makefile
|
@ -17,6 +17,6 @@ generate: get-target output-dir completions
|
|||
docs: generate
|
||||
BASHLY_SOURCE_DIR=$(TARGET) bashly render :mandoc ./output/man1
|
||||
|
||||
deploy: generate docs
|
||||
install: generate docs
|
||||
cp -f ./output/$(TARGET) ~/.local/bin/
|
||||
cp -f ./output/man1/$(TARGET)*.1 ~/.local/share/man/man1/
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue