Skip to content

Commit 48b5611

Browse files
desertstsunghpjansson
authored andcommitted
update automake
1 parent e7c174a commit 48b5611

File tree

1 file changed

+7
-2
lines changed

1 file changed

+7
-2
lines changed

tools/completions/Makefile.am

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
1-
PREFIX=/usr/share
1+
PREFIX=${datadir}
22
EXTRA_DIST = \
33
fish-completion.fish \
4-
zsh-completion.zsh
4+
zsh-completion.zsh \
5+
bash-completion.sh
56

67
.PHONY: install-zsh-completion
78
install-zsh-completion:
@@ -10,3 +11,7 @@ install-zsh-completion:
1011
.PHONY: install-fish-completion
1112
install-fish-completion:
1213
install -Dm644 fish-completion.fish $(PREFIX)/fish/vendor_completions.d/chafa.fish
14+
15+
.PHONY: install-bash-completion
16+
install-bash-completion:
17+
install -Dm644 bash-completion.sh $(PREFIX)/bash-completion/completions/chafa

0 commit comments

Comments
 (0)