summary refs log tree commit diff
path: root/Makefile.am
diff options
context:
space:
mode:
authorLudovic Courtès <ludo@gnu.org>2019-09-15 17:53:13 +0200
committerLudovic Courtès <ludo@gnu.org>2019-09-23 10:41:30 +0200
commitdcc90d15581189dbc30e201db2b807273d6484f0 (patch)
treede89c644cff19b95164bc8c90f5a9bde5f17a262 /Makefile.am
parentdabdd7d4650da685a9bfe470abbc2ec066ff00b9 (diff)
downloadguix-dcc90d15581189dbc30e201db2b807273d6484f0.tar.gz
Add '.guix-channel' file.
* .guix-channel: New file.
* Makefile.am (EXTRA_DIST): Add it.
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am
index 658f03bd54..3c27d8ee10 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -533,6 +533,7 @@ EXTRA_DIST +=						\
   TODO							\
   CODE-OF-CONDUCT					\
   .dir-locals.el					\
+  .guix-channel						\
   scripts/guix.in					\
   etc/guix-install.sh					\
   build-aux/build-self.scm				\