From: Collin Funk Date: Sun, 18 Jan 2026 04:09:52 +0000 (-0800) Subject: build: fix error building html documentation from tarball X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0d5b66ca669436893cb3d3b8fcd7a3b16ec0dc5d;p=thirdparty%2Fcoreutils.git build: fix error building html documentation from tarball Reported by Egmont Koblinger in . * Makefile.am (EXTRA_DIST): Add build-aux/makeinfo-wrapper.sh. --- 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 \