]> git.ipfire.org Git - thirdparty/coreutils.git/commitdiff
maint: remove local maintainer-makefile adjustment
authorPádraig Brady <P@draigBrady.com>
Thu, 5 Feb 2026 12:58:35 +0000 (12:58 +0000)
committerPádraig Brady <P@draigBrady.com>
Thu, 5 Feb 2026 12:58:35 +0000 (12:58 +0000)
* gl/top/maint.mk.diff: Remove as the fix is now in gnulib.
* gl/local.mk: Remove the diff reference.

gl/local.mk
gl/top/maint.mk.diff [deleted file]

index 56ffb585545b8423b502f2fa3921dbaf0112f786..8befebe0a57521cc22cf406d963f9b0287b96dda 100644 (file)
@@ -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 (file)
index 44b9948..0000000
+++ /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) \