aboutsummaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
authorLudovic Courtès2020-08-02 16:02:22 +0200
committerLudovic Courtès2020-08-02 16:02:22 +0200
commite628b3623126335d62ab750cd0cd6d35b4570106 (patch)
tree43513812748f99a03e0551501a2b18b6fe043eb2 /Makefile.am
parentc9dc5ba5fcb9cef8f4a7bb87211e8e90bd87a9fc (diff)
downloadskribilo-e628b3623126335d62ab750cd0cd6d35b4570106.tar.gz
skribilo-e628b3623126335d62ab750cd0cd6d35b4570106.tar.lz
skribilo-e628b3623126335d62ab750cd0cd6d35b4570106.zip
build: Add Guix package definition.
* release.nix: Remove. * guix.scm: New file. * Makefile.am (EXTRA_DIST): Add it.
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am
index 592a8b7..fdd1222 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -2,7 +2,7 @@ SUBDIRS = po src doc emacs tests
ACLOCAL_AMFLAGS = -I m4
-EXTRA_DIST = TODO THANKS README.Skribe ChangeLog.Skribe
+EXTRA_DIST = TODO THANKS README.Skribe ChangeLog.Skribe guix.scm
gen-ChangeLog:
if ! test -d "$(top_srcdir)/.git"; then \