]> git.ipfire.org Git - thirdparty/coreutils.git/commit
doc: post process html with non-GNU make programs
authorCollin Funk <collin.funk1@gmail.com>
Sun, 18 Jan 2026 05:23:15 +0000 (21:23 -0800)
committerCollin Funk <collin.funk1@gmail.com>
Sun, 18 Jan 2026 20:09:47 +0000 (12:09 -0800)
commit740d33b8da14cf410057249f884cf7a612b28d6b
tree435f22aeb638348ee53a1b7e01f77a8ef5546c51
parent4d03a1e408dddfc52c805acee58c0cf3c968b79e
doc: post process html with non-GNU make programs

* .gitignore (/build-aux/makeinfo-wrapper.sh):
* Makefile.am (EXTRA_DIST): Remove build-aux/makeinfo-wrapper.sh.
* build-aux/makeinfo-wrapper.sh.in: New file, renamed from
build-aux/makeinfo-wrapper.sh and modified to use @MAKEINFO@ instead of
makeinfo.
* cfg.mk (MAKEINFO): Remove variable.
* configure.ac: Add build-aux/makeinfo-wrapper.sh as a configure file.
* doc/local.mk (MAKEINFO): Define to
$(abs_top_builddir)/build-aux/makeinfo-wrapper.sh.
(AM_MAKEINFOFLAGS): Move over some values from the previous MAKEINFO
definition.
.gitignore
Makefile.am
build-aux/makeinfo-wrapper.sh.in [moved from build-aux/makeinfo-wrapper.sh with 97% similarity]
cfg.mk
configure.ac
doc/local.mk