Skip to content

Commit

Permalink
Fix Makefile.am for zsh completion
Browse files Browse the repository at this point in the history
`install-zsh-completion` was only added as a phony target, and running `make install-zsh-completion` does nothing.

Fixes this by declaring the target properly.
  • Loading branch information
felixonmars authored and hpjansson committed Jan 27, 2024
1 parent ed2ad16 commit 069e050
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tools/completions/Makefile.am
Expand Up @@ -3,4 +3,5 @@ EXTRA_DIST = \
zsh-completion.zsh

.PHONY: install-zsh-completion
install-zsh-completion:
install -Dm644 zsh-completion.zsh $(PREFIX)/zsh/site-functions/_chafa

0 comments on commit 069e050

Please sign in to comment.