diff options
author | Thomas Hindoe Paaboel Andersen <phomes@gmail.com> | 2014-02-20 23:12:02 +0100 |
---|---|---|
committer | Thomas Hindoe Paaboel Andersen <phomes@gmail.com> | 2014-02-20 23:13:11 +0100 |
commit | 95fe27d9307628a4a593e63794000c09ecb91b95 (patch) | |
tree | 20f731bd3f15633350249e9654bef4a58fce02a2 /Makefile.am | |
parent | 2333154a2b81bcb9dbf034ad004d975561e8b79d (diff) |
bootctl: add bash completion
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 6b6f6db025..ac90c1890c 100644 --- a/Makefile.am +++ b/Makefile.am @@ -1728,6 +1728,9 @@ bootctl_LDADD = \ bin_PROGRAMS += \ bootctl +dist_bashcompletion_DATA += \ + shell-completion/bash/bootctl + dist_zshcompletion_DATA += \ shell-completion/zsh/_bootctl |