diff options
author | Ludovic Courtès <ludo@gnu.org> | 2013-07-10 00:27:53 +0200 |
---|---|---|
committer | Ludovic Courtès <ludo@gnu.org> | 2013-07-10 00:27:53 +0200 |
commit | b592f7113edf6eccef8dcd5926616e09621e08c8 (patch) | |
tree | c6ee936530dd52b7f65760c82961c052b4172034 /Makefile.am | |
parent | c769406010156190c76c435c90d5f08ae56c2ca4 (diff) | |
download | guix-b592f7113edf6eccef8dcd5926616e09621e08c8.tar guix-b592f7113edf6eccef8dcd5926616e09621e08c8.tar.gz |
Add `build-aux/list-packages.scm'.
* build-aux/list-packages.scm: New file.
* 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 189b637be3..4236de4fce 100644 --- a/Makefile.am +++ b/Makefile.am @@ -130,6 +130,7 @@ EXTRA_DIST = \ .dir-locals.el \ build-aux/hydra/gnu-system.scm \ build-aux/download.scm \ + build-aux/list-packages.scm \ build-aux/sync-synopses.scm \ srfi/srfi-64.scm \ srfi/srfi-64.upstream.scm \ |