1
0
mirror of https://github.com/TREX-CoE/qmckl.git synced 2024-07-18 08:53:47 +02:00

Add Guix manifest to the distribution

This commit is contained in:
q-posev 2022-07-28 14:48:57 +02:00
parent facc5bd7cc
commit 9d64ff74e1

View File

@ -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)