]> git.ipfire.org Git - thirdparty/coreutils.git/commitdiff
build: fix error building html documentation from tarball
authorCollin Funk <collin.funk1@gmail.com>
Sun, 18 Jan 2026 04:09:52 +0000 (20:09 -0800)
committerCollin Funk <collin.funk1@gmail.com>
Sun, 18 Jan 2026 04:15:25 +0000 (20:15 -0800)
Reported by Egmont Koblinger <egmont@gmail.com> in
<https://lists.gnu.org/r/coreutils/2026-01/msg00111.html>.

* Makefile.am (EXTRA_DIST): Add build-aux/makeinfo-wrapper.sh.

Makefile.am

index 2e9c4ed55278885efd17bed27d23970c0ba88f4e..5a6ebc04069c153283285887bdccf29250612851 100644 (file)
@@ -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                             \