From 0d5b66ca669436893cb3d3b8fcd7a3b16ec0dc5d Mon Sep 17 00:00:00 2001 From: Collin Funk Date: Sat, 17 Jan 2026 20:09:52 -0800 Subject: [PATCH] build: fix error building html documentation from tarball Reported by Egmont Koblinger in . * Makefile.am (EXTRA_DIST): Add build-aux/makeinfo-wrapper.sh. --- Makefile.am | 1 + 1 file changed, 1 insertion(+) diff --git a/Makefile.am b/Makefile.am index 2e9c4ed552..5a6ebc0406 100644 --- a/Makefile.am +++ b/Makefile.am @@ -32,6 +32,7 @@ EXTRA_DIST = \ bootstrap.conf \ build-aux/gen-lists-of-programs.sh \ build-aux/gen-single-binary.sh \ + build-aux/makeinfo-wrapper.sh \ cfg.mk \ dist-check.mk \ maint.mk \ -- 2.47.3