diff options
author | Ludovic Courtès <ludo@gnu.org> | 2019-07-07 15:02:08 +0200 |
---|---|---|
committer | Ludovic Courtès <ludo@gnu.org> | 2019-07-07 15:48:17 +0200 |
commit | 866822b738cf7cc4c2e2a4c27efbd8a8db55b7a5 (patch) | |
tree | 7513525b0aac1ed2c9c14f670e880c2f543da9ab /Makefile.am | |
parent | ccadafdcefee012c261513e9d8663a22704bc496 (diff) | |
download | guix-866822b738cf7cc4c2e2a4c27efbd8a8db55b7a5.tar.gz |
build: Remove outdated 'release.nix'.
This file had been unmaintained and probably broken since ~2013. * release.nix: Remove. * Makefile.am (EXTRA_DIST): Adjust accordingly.
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 0c4a79bbbf..82eda6042a 100644 --- a/Makefile.am +++ b/Makefile.am @@ -545,7 +545,6 @@ EXTRA_DIST += \ build-aux/config.rpath \ bootstrap \ doc/build.scm \ - release.nix \ $(TESTS) if !BUILD_DAEMON_OFFLOAD |