[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[no subject]
From: |
Ludovic Courtès |
Date: |
Sun, 29 Oct 2023 18:03:33 -0400 (EDT) |
branch: master
commit 0b1e1ed44fa56197c95b218e507b917777648f3e
Author: Ludovic Courtès <ludo@gnu.org>
AuthorDate: Sun Oct 29 22:37:25 2023 +0100
build: Distribute ‘new-client-cert.scm’.
* Makefile.am (noinst_SCRIPTS): Move ‘etc/new-client-cert.scm’ to…
(dist_noinst_SCRIPTS): … here. New variable.
---
Makefile.am | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/Makefile.am b/Makefile.am
index 4ef2164..af51805 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -25,7 +25,8 @@
bin_SCRIPTS = \
bin/cuirass
-noinst_SCRIPTS = pre-inst-env etc/new-client-cert.scm
+noinst_SCRIPTS = pre-inst-env
+dist_noinst_SCRIPTS = etc/new-client-cert.scm
guilesitedir = $(datarootdir)/guile/site/@GUILE_EFFECTIVE_VERSION@
guileobjectdir = $(libdir)/guile/@GUILE_EFFECTIVE_VERSION@/site-ccache