summaryrefslogtreecommitdiff
path: root/daemon.am
diff options
context:
space:
mode:
authorLudovic Courtès <ludo@gnu.org>2012-12-03 22:43:26 +0100
committerLudovic Courtès <ludo@gnu.org>2012-12-03 23:05:11 +0100
commitb49ffe2d678b5df4192fb9be4ad50bed9d6d5b7f (patch)
treeaabab3a816f2e5a98838d5ddcc9d37cab7d0cdac /daemon.am
parente05385192ca201d44d607af162f197ad39fd1987 (diff)
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 'daemon.am')
-rw-r--r--daemon.am1
1 files changed, 1 insertions, 0 deletions
diff --git a/daemon.am b/daemon.am
index e150e54d6bf..79e2715c74d 100644
--- a/daemon.am
+++ b/daemon.am
@@ -147,6 +147,7 @@ nix/libstore/schema.sql.hh: nix/libstore/schema.sql
147 (write (get-string-all in) out)))))" 147 (write (get-string-all in) out)))))"
148 148
149EXTRA_DIST += \ 149EXTRA_DIST += \
150 nix/sync-with-upstream \
150 nix/libstore/schema.sql \ 151 nix/libstore/schema.sql \
151 nix/AUTHORS \ 152 nix/AUTHORS \
152 nix/COPYING 153 nix/COPYING