diff options
| author | Victor Kareh <[email protected]> | 2026-08-31 12:33:02 -0400 |
|---|---|---|
| committer | Victor Kareh <[email protected]> | 2026-08-31 20:50:01 +0000 |
| commit | 3cca5535120070ea47f6405f36a0dcdf8cd1a6ee (patch) | |
| tree | d018489760e27525ef3f94fa1df9a9cce25dfdd0 /.github/workflows | |
| parent | f94beb3bc4b19565af5a9ce5620cdc64d3557a49 (diff) | |
| download | mate-utils-3cca5535120070ea47f6405f36a0dcdf8cd1a6ee.tar.bz2 mate-utils-3cca5535120070ea47f6405f36a0dcdf8cd1a6ee.tar.xz | |
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.
Diffstat (limited to '.github/workflows')
| -rwxr-xr-x | .github/workflows/builds.sh | 8 |
1 files changed, 0 insertions, 8 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 || { |
