diff options
author | Ludovic Courtès <ludo@gnu.org> | 2012-12-03 22:43:26 +0100 |
---|---|---|
committer | Ludovic Courtès <ludo@gnu.org> | 2012-12-03 23:05:11 +0100 |
commit | b49ffe2d678b5df4192fb9be4ad50bed9d6d5b7f (patch) | |
tree | aabab3a816f2e5a98838d5ddcc9d37cab7d0cdac /Makefile.am | |
parent | e05385192ca201d44d607af162f197ad39fd1987 (diff) | |
download | guix-b49ffe2d678b5df4192fb9be4ad50bed9d6d5b7f.tar guix-b49ffe2d678b5df4192fb9be4ad50bed9d6d5b7f.tar.gz |
build: Add `bootstrap' and `sync-with-upstream' scripts.
* bootstrap, nix/sync-with-upstream: New files.
* Makefile.am (EXTRA_DIST): Add `bootstrap'.
* daemon.am (EXTRA_DIST): Add `nix/sync-with-upstream'.
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 7e5be0be2a..147ba1949e 100644 --- a/Makefile.am +++ b/Makefile.am @@ -194,6 +194,7 @@ EXTRA_DIST = \ srfi/srfi-64.upstream.scm \ tests/test.drv \ build-aux/config.rpath \ + bootstrap \ release.nix \ $(TESTS) |