diff options
author | William Giokas <1007380@gmail.com> | 2013-07-29 14:05:48 -0500 |
---|---|---|
committer | Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> | 2013-08-02 10:43:31 -0400 |
commit | db456cd0c65d0e7375b09b72ae6fb60f09e2eb6e (patch) | |
tree | 8036d7454400e3e50fd6286d11cdbd758085408b /Makefile.am | |
parent | 799d54be0b681c0329539fca604261994e7f8c0e (diff) |
zsh_completion: Split out zsh _hostnamectl
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am index 9fa7944f37..ba4035072c 100644 --- a/Makefile.am +++ b/Makefile.am @@ -3363,6 +3363,9 @@ bin_PROGRAMS += \ dist_bashcompletion_DATA += \ shell-completion/bash/hostnamectl +dist_zshcompletion_DATA += \ + shell-completion/zsh/_hostnamectl + endif polkitpolicy_in_files += \ |