[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[PATCH 3/6] Add guile-procedures.txt to BUILT_SOURCES
From: |
Rob Browning |
Subject: |
[PATCH 3/6] Add guile-procedures.txt to BUILT_SOURCES |
Date: |
Mon, 1 Jul 2024 21:45:17 -0500 |
Add guile-procedures.txt to BUILT_SOURCES to ensure it's available to
tests. Without this, a "make check" from a clean checkout the
"bit-extract documented?" test in bit-operations.test will fail.
* Makefile.am (BUILT_SOURCES): add guile-procedures.txt
Signed-off-by: Rob Browning <rlb@defaultvalue.org>
---
Makefile.am | 1 +
1 file changed, 1 insertion(+)
diff --git a/Makefile.am b/Makefile.am
index c74761628..0df074475 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -59,6 +59,7 @@ libguile/scmconfig.h:
# Build it from here so that all the modules are compiled by the time we
# build it.
+BUILT_SOURCES += libguile/guile-procedures.txt
libguile/guile-procedures.txt: libguile/guile-procedures.texi
$(AM_V_GEN) \
$(top_builddir)/meta/guile --no-auto-compile \
--
2.43.0
- [PATCH 0/6] A handful of post 3.0.10 fixups, Rob Browning, 2024/07/01
- [PATCH 3/6] Add guile-procedures.txt to BUILT_SOURCES,
Rob Browning <=
- [PATCH 1/6] define-meta-command: mention effects of a missing category, Rob Browning, 2024/07/01
- [PATCH 4/6] test-hashing: support 32-bit, Rob Browning, 2024/07/01
- [PATCH 2/6] Ensure GUILE-VERSION changes propagate to .version and Makefiles, Rob Browning, 2024/07/01
- [PATCH 5/6] scm_i_utf8_string_hash: don't overrun when len is zero, Rob Browning, 2024/07/01
- [PATCH 6/6] scm_i_utf8_string_hash: optimize ASCII, Rob Browning, 2024/07/01