diff options
author | Mathieu Othacehe <m.othacehe@gmail.com> | 2017-04-14 11:26:07 +0200 |
---|---|---|
committer | Ludovic Courtès <ludo@gnu.org> | 2017-04-14 12:29:20 +0200 |
commit | 11e2087e250150ccedd5309afd1e056295d77c46 (patch) | |
tree | 10f095e0430088be208c92fba14523bcac77af16 /Makefile.am | |
parent | f252d6df8b630fc93c700d51a03be417ee734128 (diff) | |
download | guix-11e2087e250150ccedd5309afd1e056295d77c46.tar guix-11e2087e250150ccedd5309afd1e056295d77c46.tar.gz |
build: Remove build-aux/hydra/demo-os.scm from EXTRA_DIST.
* Makefile.am (EXTRA_DIST): Remove build-aux/hydra/demo-os.scm. The
file was removed of guix in this commit
a3a27745013f3e5a287de3bf0187b2f72beb6965.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am index c16a1cf6e4..99b4556056 100644 --- a/Makefile.am +++ b/Makefile.am @@ -398,7 +398,6 @@ EXTRA_DIST = \ build-aux/compile-all.scm \ build-aux/hydra/evaluate.scm \ build-aux/hydra/gnu-system.scm \ - build-aux/hydra/demo-os.scm \ build-aux/hydra/guix.scm \ build-aux/check-available-binaries.scm \ build-aux/check-final-inputs-self-contained.scm \ |