diff options
author | Marko Myllynen <myllynen@redhat.com> | 2013-11-13 23:02:23 -0500 |
---|---|---|
committer | Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> | 2013-11-13 23:02:23 -0500 |
commit | 51d0f1c9f6a378f3bf11179e5794dc2c13b49644 (patch) | |
tree | 361dd3a4e55eaa3f8e5d46b62b19da2f1bb1d0d3 /Makefile.am | |
parent | 1bc64d77352010f6951e7cccf77be99301e9664c (diff) |
zsh-completion: add bootctl
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am index 789ca026b0..558aa1bf0f 100644 --- a/Makefile.am +++ b/Makefile.am @@ -1730,6 +1730,10 @@ bootctl_LDADD = \ bin_PROGRAMS += \ bootctl + +dist_zshcompletion_DATA += \ + shell-completion/zsh/_bootctl + endif # ------------------------------------------------------------------------------ |