diff options
author | William Giokas <1007380@gmail.com> | 2013-07-29 14:12:55 -0500 |
---|---|---|
committer | Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> | 2013-08-02 10:43:58 -0400 |
commit | 7abfbe7903d8e792850ec39286a3d86e616a6477 (patch) | |
tree | d6f2da80f73ce72a2b55bed60d89e59b5dc20729 /Makefile.am | |
parent | 67e654f83021a1b3ed55f4b75936d03591bf80c1 (diff) |
zsh_completion: Split out zsh _systemd-analyze
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am index a4443fba9a..4ac09cf922 100644 --- a/Makefile.am +++ b/Makefile.am @@ -348,6 +348,7 @@ dist_zshcompletion_DATA = \ shell-completion/zsh/_journalctl \ shell-completion/zsh/_udevadm \ shell-completion/zsh/_systemd-nspawn \ + shell-completion/zsh/_systemd-analyze \ shell-completion/zsh/_systemd dist_sysctl_DATA = \ |