mirror of
https://gitlab.freedesktop.org/pulseaudio/pulseaudio.git
synced 2025-11-26 07:00:07 -05:00
shell-completion: Install the Zsh completions
This makes the Zsh completions work out-of-the-box. I also moved pulseaudio-zsh-completion.zsh to zsh/_pulseaudio to be in line with the common naming convention of Zsh completion files.
This commit is contained in:
parent
f480fb38a7
commit
be8171be79
3 changed files with 11 additions and 1 deletions
|
|
@ -29,7 +29,6 @@ EXTRA_DIST = \
|
|||
PROTOCOL \
|
||||
README \
|
||||
todo \
|
||||
shell-completion/pulseaudio-zsh-completion.zsh \
|
||||
.gitignore \
|
||||
doxygen/.gitignore \
|
||||
m4/.gitignore \
|
||||
|
|
@ -64,6 +63,9 @@ cmake_DATA = PulseAudioConfig.cmake PulseAudioConfigVersion.cmake
|
|||
bashcompletiondir=$(sysconfdir)/bash_completion.d
|
||||
dist_bashcompletion_DATA = shell-completion/pulseaudio-bash-completion.sh
|
||||
|
||||
zshcompletiondir=@zshcompletiondir@
|
||||
dist_zshcompletion_DATA = shell-completion/zsh/_pulseaudio
|
||||
|
||||
homepage: all dist doxygen
|
||||
test -d $$HOME/homepage/private
|
||||
mkdir -p $$HOME/homepage/private/projects/pulseaudio $$HOME/homepage/private/projects/pulseaudio/doxygen
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue