summaryrefslogtreecommitdiff
path: root/build-aux
diff options
context:
space:
mode:
authorBrendan O'Dea <bod@debian.org>2021-03-31 22:48:50 +1100
committerBrendan O'Dea <bod@debian.org>2021-03-31 22:48:50 +1100
commita5b0458a1d346c7d4f2b50d4dcdf67f9a753643a (patch)
tree74ed519e50148c81ce2ec48c672e3b3183fbd798 /build-aux
parent5bc6864f3bfa340a2e0fa224c5aacea99cea8255 (diff)
downloadhelp2man-a5b0458a1d346c7d4f2b50d4dcdf67f9a753643a.tar.gz
Don't translate @documentencoding
Diffstat (limited to 'build-aux')
-rwxr-xr-xbuild-aux/fixup-texi-pot1
1 files changed, 1 insertions, 0 deletions
diff --git a/build-aux/fixup-texi-pot b/build-aux/fixup-texi-pot
index 9ca9ace..211201e 100755
--- a/build-aux/fixup-texi-pot
+++ b/build-aux/fixup-texi-pot
@@ -38,6 +38,7 @@ while (<>)
next if /^#\. type: author/ and /^msgid "[^@]*\@email\{[^}]*\}"/m;
next if /^msgid "help2man"/m;
next if /^msgid "\@url\{[^}]*\}(\\n)?"/m;
+ next if /^msgid "\@documentencoding UTF-8"/m;
# Find cross references and add a note to translators.
/^msgid "(.*)/sm or next;