diff options
author | Ludovic Courtès <ludo@gnu.org> | 2020-07-05 23:41:35 +0200 |
---|---|---|
committer | Ludovic Courtès <ludo@gnu.org> | 2020-07-11 11:51:56 +0200 |
commit | 4b9b8b2ec23e59af2275a6d2829e6e0f915b44b3 (patch) | |
tree | ce87e2c925fed23e61a8cfeec1bc7491529f103d /Makefile.am | |
parent | 838f2bdfa862c5017ee93156cf0d42a16d0290e2 (diff) | |
download | guix-4b9b8b2ec23e59af2275a6d2829e6e0f915b44b3.tar.gz |
Add 'etc/historical-authorizations'.
* etc/historical-authorizations: New file. Data extracted from 'build-aux/git-authenticate.scm'. * Makefile.am (EXTRA_DIST): Add it.
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am index ee12725d5b..47699351b9 100644 --- a/Makefile.am +++ b/Makefile.am @@ -552,6 +552,7 @@ EXTRA_DIST += \ etc/news.scm \ etc/release-manifest.scm \ etc/system-tests.scm \ + etc/historical-authorizations \ build-aux/build-self.scm \ build-aux/compile-all.scm \ build-aux/hydra/evaluate.scm \ |