diff options
author | Ludovic Courtès <ludo@gnu.org> | 2013-06-20 22:49:34 +0200 |
---|---|---|
committer | Ludovic Courtès <ludo@gnu.org> | 2013-06-20 23:41:31 +0200 |
commit | f3211ef3868326e3cec5318bc799a2ff6572741b (patch) | |
tree | de7a07bbab88ed54184cf08b7fbf2b00a1ef222f /Makefile.am | |
parent | fe1818e26a7ff7e2792cfb5c20a92b443bc6a3a0 (diff) | |
download | guix-f3211ef3868326e3cec5318bc799a2ff6572741b.tar guix-f3211ef3868326e3cec5318bc799a2ff6572741b.tar.gz |
build: Move Hydra recipe to build-aux/hydra.
* hydra.scm: Rename to...
* build-aux/hydra/gnu-system.scm: ... this.
* Makefile.am (EXTRA_DIST): Adjust accordingly.
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am index f39e571581..418b63a377 100644 --- a/Makefile.am +++ b/Makefile.am @@ -127,7 +127,7 @@ EXTRA_DIST = \ ROADMAP \ TODO \ .dir-locals.el \ - hydra.scm \ + build-aux/hydra/gnu-system.scm \ build-aux/download.scm \ build-aux/sync-synopses.scm \ srfi/srfi-64.scm \ |