diff options
author | Ludovic Courtès <ludo@gnu.org> | 2015-07-19 21:54:42 +0200 |
---|---|---|
committer | Ludovic Courtès <ludo@gnu.org> | 2015-07-19 21:54:42 +0200 |
commit | 1c2ae810801479727c8195af49676f9fd7cbff7f (patch) | |
tree | 447b6be32247a273fd04251c1858be43ea69de42 /Makefile.am | |
parent | ac140f796633b36487d3bef0bb43ed9f10b62666 (diff) | |
download | guix-1c2ae810801479727c8195af49676f9fd7cbff7f.tar guix-1c2ae810801479727c8195af49676f9fd7cbff7f.tar.gz |
build: Add 'generate-authors.scm' to the distribution.
* Makefile.am (EXTRA_DIST): Add build-aux/generate-authors.scm.
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 870c6f914b..ada4cbea0b 100644 --- a/Makefile.am +++ b/Makefile.am @@ -279,6 +279,7 @@ EXTRA_DIST = \ build-aux/check-final-inputs-self-contained.scm \ build-aux/download.scm \ build-aux/make-binary-tarball.scm \ + build-aux/generate-authors.scm \ srfi/srfi-37.scm.in \ srfi/srfi-64.scm \ srfi/srfi-64.upstream.scm \ |