diff options
author | William Giokas <1007380@gmail.com> | 2013-07-29 14:08:07 -0500 |
---|---|---|
committer | Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> | 2013-08-02 10:43:39 -0400 |
commit | c4c12f133e22af6e3e193f3312e7cad61fa1b881 (patch) | |
tree | 73085ad1795b9c3a546e5eb05385f028b6473768 /Makefile.am | |
parent | 7e83c0e03fbf397167822e170d97c3a210658768 (diff) |
zsh_completion: Split out zsh _localectl
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 e331e67285..64d4785db3 100644 --- a/Makefile.am +++ b/Makefile.am @@ -3443,6 +3443,9 @@ bin_PROGRAMS += \ dist_bashcompletion_DATA += \ shell-completion/bash/localectl +dist_zshcompletion_DATA += \ + shell-completion/zsh/_localectl + endif polkitpolicy_in_files += \ |