diff options
author | David Thompson <dthompson@vistahigherlearning.com> | 2022-11-12 19:57:21 -0500 |
---|---|---|
committer | David Thompson <dthompson@vistahigherlearning.com> | 2022-11-12 19:57:21 -0500 |
commit | dcd199071cc645842c61079b8a4ace2c6f4719dc (patch) | |
tree | 95d70c84b8ef4c57dba9e747c743da1bbefd0a3d /Makefile.am | |
parent | 9e84ba4341d0e87d0c34be590b9646747dfcbf3e (diff) |
make: Add some more files to release tarballs.v0.1
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am index 996b77b..e7be8e0 100644 --- a/Makefile.am +++ b/Makefile.am @@ -60,9 +60,12 @@ SCM_LOG_COMPILER = $(top_builddir)/pre-inst-env $(GUILE) AM_SCM_LOG_FLAGS = --no-auto-compile -L "$(top_srcdir)" EXTRA_DIST += \ + COPYING \ pre-inst-env.in \ README \ guix.scm \ + test.html \ + test.scm \ $(TESTS) publish: distcheck |