diff options
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 a0e5ff1697..aebd3b1eb7 100644 --- a/Makefile.am +++ b/Makefile.am @@ -9,6 +9,7 @@ # Copyright © 2017 Ricardo Wurmus <[email protected]> # Copyright © 2017 Jan Nieuwenhuizen <[email protected]> # Copyright © 2017 Arun Isaac <[email protected]> +# Copyright © 2018 ng0 <[email protected]> # # This file is part of GNU Guix. # @@ -427,6 +428,9 @@ dist_bashcompletion_DATA = etc/completion/bash/guix # Zsh completion file. dist_zshcompletion_DATA = etc/completion/zsh/_guix +# Fish completion file. +dist_fishcompletion_DATA = etc/completion/fish/guix.fish + EXTRA_DIST = \ HACKING \ ROADMAP \ |