From 9d64ff74e178b8e415d081277e09c5cff236bdae Mon Sep 17 00:00:00 2001 From: q-posev Date: Thu, 28 Jul 2022 14:48:57 +0200 Subject: [PATCH] Add Guix manifest to the distribution --- Makefile.am | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Makefile.am b/Makefile.am index 827a27e..1c5195b 100644 --- a/Makefile.am +++ b/Makefile.am @@ -88,6 +88,9 @@ dist_html_DATA = $(HTML_FILES) \ dist_text_DATA = $(TEXT_FILES) +# Include Guix manifest in the source code distribution tarball +tools_qmckl_scm = tools/qmckl.scm +EXTRA_DIST += $(tools_qmckl_scm) html-local: $(htmlize_el) $(dist_html_DATA) text: $(htmlize_el) $(dist_text_DATA)