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=refs%2Fheads%2Fmaster;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 2e9c4ed55..5a6ebc040 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 \