diff options
author | William Giokas <1007380@gmail.com> | 2013-07-29 14:09:48 -0500 |
---|---|---|
committer | Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> | 2013-08-02 10:43:46 -0400 |
commit | 20c8382ba7c65be3aa2d141501cc934262f776ba (patch) | |
tree | c80493eefb1a476faa74ad9e125f624655ac7d4d /Makefile.am | |
parent | 70e104c4e39d47b3b2a82654bbf1a559b57a9c68 (diff) |
zsh_completion: Split out zsh _timedatectl
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 cf764cd68e..cdf5c4660d 100644 --- a/Makefile.am +++ b/Makefile.am @@ -3518,6 +3518,9 @@ bin_PROGRAMS += \ dist_bashcompletion_DATA += \ shell-completion/bash/timedatectl + +dist_zshcompletion_DATA += \ + shell-completion/zsh/_timedatectl endif polkitpolicy_in_files += \ |