From 3cca5535120070ea47f6405f36a0dcdf8cd1a6ee Mon Sep 17 00:00:00 2001 From: Victor Kareh Date: Mon, 31 Aug 2026 12:33:02 -0400 Subject: docbook: Remove lang attributes Having lang="en" in docbooks triggered the itstool bug, causing intermitent build failures in some languages. Removing the lang attribute fixes this, and it's unnecessary since C/ docbooks are already implicitly in English. --- .github/workflows/builds.sh | 8 -------- baobab/help/C/index.docbook | 11 +++++------ gsearchtool/help/C/index.docbook | 13 ++++++------- logview/help/C/index.docbook | 13 ++++++------- mate-dictionary/help/C/index.docbook | 13 ++++++------- 5 files changed, 23 insertions(+), 35 deletions(-) diff --git a/.github/workflows/builds.sh b/.github/workflows/builds.sh index 11c063b4..b192d971 100755 --- a/.github/workflows/builds.sh +++ b/.github/workflows/builds.sh @@ -14,14 +14,6 @@ infoend() { } if [ -f autogen.sh ]; then - if [ "$DISTRO" = "fedora" ]; then - # disable pt language for help in search tool - # See: https://github.com/itstool/itstool/issues/36 - infobegin "Apply Portuguese gsearchtool help workaround" - sed -i 's/^IGNORE_HELP_LINGUAS =.*$/IGNORE_HELP_LINGUAS = pt/' gsearchtool/help/Makefile.am - infoend - fi - infobegin "Configure (autotools)" NOCONFIGURE=1 ./autogen.sh ./configure --prefix=/usr --enable-compile-warnings=maximum || { diff --git a/baobab/help/C/index.docbook b/baobab/help/C/index.docbook index e13ac20d..2d7080e1 100644 --- a/baobab/help/C/index.docbook +++ b/baobab/help/C/index.docbook @@ -16,7 +16,7 @@ --> -
+
@@ -27,7 +27,7 @@ use to view and monitor your disk usage and folder structure. - + 2015-2021 MATE Documentation Project @@ -53,7 +53,7 @@ &legal; - + MATE Documentation Team MATE Desktop @@ -98,9 +98,8 @@ &app; Manual 1.10 July 2015 - Wolfgang Ulbrich - - MATE Documentation Project + Wolfgang Ulbrich + MATE Documentation Project diff --git a/gsearchtool/help/C/index.docbook b/gsearchtool/help/C/index.docbook index ad2b968b..e89f8aa3 100644 --- a/gsearchtool/help/C/index.docbook +++ b/gsearchtool/help/C/index.docbook @@ -16,7 +16,7 @@ Template last modified Jan 25, 2005 --> -
+
@@ -28,7 +28,7 @@ - + 2015-2021 MATE Documentation Project @@ -64,7 +64,7 @@ &legal; - + MATE Documentation Team Search for Files Maintainer @@ -118,13 +118,12 @@ --> - + Search for Files Manual V1.10 July 2015 - Wolfgang Ulbrich - - Search for Files Maintainer + Wolfgang Ulbrich + Search for Files Maintainer diff --git a/logview/help/C/index.docbook b/logview/help/C/index.docbook index dc246718..cc7f22f6 100644 --- a/logview/help/C/index.docbook +++ b/logview/help/C/index.docbook @@ -16,7 +16,7 @@ --> -
+
@@ -27,7 +27,7 @@ system log files. - + 2015-2021 MATE Documentation Project @@ -57,7 +57,7 @@ &legal; - + MATE Documentation Team Mate desktop @@ -113,13 +113,12 @@ - + System Log Viewer Manual V1.10 July 2015 - Wolfgang Ulbrich - - MATE Documentation Project + Wolfgang Ulbrich + MATE Documentation Project diff --git a/mate-dictionary/help/C/index.docbook b/mate-dictionary/help/C/index.docbook index 9ad648ca..b57c2b44 100644 --- a/mate-dictionary/help/C/index.docbook +++ b/mate-dictionary/help/C/index.docbook @@ -17,7 +17,7 @@ --> -
+
@@ -30,7 +30,7 @@ - + 2015-2021 MATE Documentation Project @@ -57,7 +57,7 @@ &legal; - + MATE Documentation Team Mate desktop @@ -87,13 +87,12 @@ - + Dictionary Manual V1.10.0 July 2015 - Wolfgang Ulbrich - - MATE Documentation Project + Wolfgang Ulbrich + MATE Documentation Project -- cgit v1.2.1