From: Pádraig Brady
Date: Thu, 5 Feb 2026 12:58:35 +0000 (+0000) Subject: maint: remove local maintainer-makefile adjustment X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=417e43327caf008dcf4eb11ba7edcf1d1da986c9;p=thirdparty%2Fcoreutils.git maint: remove local maintainer-makefile adjustment * gl/top/maint.mk.diff: Remove as the fix is now in gnulib. * gl/local.mk: Remove the diff reference. --- diff --git a/gl/local.mk b/gl/local.mk index 56ffb58554..8befebe0a5 100644 --- a/gl/local.mk +++ b/gl/local.mk @@ -81,5 +81,4 @@ gl/modules/targetdir \ gl/modules/xdectoint \ gl/modules/xfts \ gl/tests/test-fadvise.c \ -gl/tests/test-rand-isaac.c \ -gl/top/maint.mk.diff +gl/tests/test-rand-isaac.c diff --git a/gl/top/maint.mk.diff b/gl/top/maint.mk.diff deleted file mode 100644 index 44b99488a5..0000000000 --- a/gl/top/maint.mk.diff +++ /dev/null @@ -1,12 +0,0 @@ -diff --git a/top/maint.mk b/top/maint.mk -index ad60c8fb11..3475f3733c 100644 ---- a/top/maint.mk -+++ b/top/maint.mk -@@ -1740,6 +1740,7 @@ web-manual: - $(AM_V_GEN)test -z "$(manual_title)" \ - && { echo define manual_title in cfg.mk 1>&2; exit 1; } || : - $(AM_V_at)cd '$(srcdir)/doc'; \ -+ MAKEINFO="$(MAKEINFO)" \ - $(SHELL) ../$(_build-aux)/gendocs.sh $(gendocs_options_) \ - -o '$(abs_builddir)/doc/manual' \ - --email $(PACKAGE_BUGREPORT) $(PACKAGE) \