diff options
author | Oleg Pykhalov <go.wigust@gmail.com> | 2018-06-15 21:17:06 +0300 |
---|---|---|
committer | Oleg Pykhalov <go.wigust@gmail.com> | 2018-06-16 21:23:11 +0300 |
commit | bba0fa2499eefab02cacfed9958dc498abfd484d (patch) | |
tree | 9db7e8eb5e414b26cfc1db5cb162296200efacf4 /Makefile.am | |
parent | 806f599c5bc630362359809e66ee8d6f275580c3 (diff) | |
download | patches-bba0fa2499eefab02cacfed9958dc498abfd484d.tar patches-bba0fa2499eefab02cacfed9958dc498abfd484d.tar.gz |
Add guix-daemon Bash completion file.
* etc/completion/bash/guix-daemon: New file.
* Makefile.am (dist_bashcompletion_DATA): Add this.
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am index 61a19b6b9e..ab145065d6 100644 --- a/Makefile.am +++ b/Makefile.am @@ -11,6 +11,7 @@ # Copyright © 2017 Arun Isaac <arunisaac@systemreboot.net> # Copyright © 2018 Nils Gillmann <ng0@n0.is> # Copyright © 2018 Julien Lepiller <julien@lepiller.eu> +# Copyright © 2018 Oleg Pykhalov <go.wigust@gmail.com> # # This file is part of GNU Guix. # @@ -454,7 +455,8 @@ dist_pkgdata_DATA = \ berlin.guixsd.org.pub # Bash completion file. -dist_bashcompletion_DATA = etc/completion/bash/guix +dist_bashcompletion_DATA = etc/completion/bash/guix \ + etc/completion/bash/guix-daemon # Zsh completion file. dist_zshcompletion_DATA = etc/completion/zsh/_guix |