summaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
authorLudovic Courtès <ludo@gnu.org>2023-01-26 17:37:51 +0100
committerLudovic Courtès <ludo@gnu.org>2023-02-06 16:51:00 +0100
commitc617f4e04fe05514c08cd483b5e6c56a5eaea55a (patch)
tree89ebfb15a46215f17b90e940e5fe90651190a8c0 /Makefile.am
parent5b42f8c154906584455a4989038406c88b723cb0 (diff)
downloadguile-c617f4e04fe05514c08cd483b5e6c56a5eaea55a.tar.gz
maint: Add Guix build files.
* guix.scm, build-aux/manifest.scm: New files. * Makefile.am (EXTRA_DIST): Add them. * README: Mention it.
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am3
1 files changed, 2 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am
index 57a2d5f7e..850bab352 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -81,7 +81,8 @@ EXTRA_DIST = LICENSE HACKING GUILE-VERSION \
gnulib-local/m4/clock_time.m4.diff \
gnulib-local/build-aux/git-version-gen.diff \
libguile/texi-fragments-to-docstrings \
- gdbinit
+ gdbinit \
+ guix.scm build-aux/manifest.scm
TESTS = check-guile
TESTS_ENVIRONMENT = @LOCALCHARSET_TESTS_ENVIRONMENT@