diff options
author | Ludovic Courtès <ludo@gnu.org> | 2015-04-09 23:44:14 +0200 |
---|---|---|
committer | Ludovic Courtès <ludo@gnu.org> | 2015-04-09 23:44:14 +0200 |
commit | ee3e157dec3512778502f20538c581f5e28d63fe (patch) | |
tree | f1089216e0920f4c603ca38a2417c9133eac38c1 /Makefile.am | |
parent | c833ab556f811da6d1d9e467cb85b36e5d006cc7 (diff) | |
download | guix-ee3e157dec3512778502f20538c581f5e28d63fe.tar guix-ee3e157dec3512778502f20538c581f5e28d63fe.tar.gz |
Add Bash completion file.
* etc/completion/bash/guix: New file.
* Makefile.am (dist_bashcompletion_DATA): New variable.
* configure.ac: Add --with-bash-completion-dir.
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 d54e281163..51884b9221 100644 --- a/Makefile.am +++ b/Makefile.am @@ -240,6 +240,9 @@ tests/guix-gc.log: \ # Public key used to sign substitutes from hydra.gnu.org. dist_pkgdata_DATA = hydra.gnu.org.pub +# Bash completion file. +dist_bashcompletion_DATA = etc/completion/bash/guix + EXTRA_DIST = \ HACKING \ ROADMAP \ |