From: Karel Zak Date: Thu, 23 Jan 2025 09:44:31 +0000 (+0100) Subject: po-man: add missing asciidoctor-unicodeconverter X-Git-Tag: v2.42-start~47^2~2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7e51fa7c29f8e304c5eebd799ce1d2a4af4d7e32;p=thirdparty%2Futil-linux.git po-man: add missing asciidoctor-unicodeconverter Signed-off-by: Karel Zak --- diff --git a/tools/poman-translate.sh b/tools/poman-translate.sh index 959eef65d..2241977c8 100755 --- a/tools/poman-translate.sh +++ b/tools/poman-translate.sh @@ -159,5 +159,6 @@ for ADOC in "${TRANSLATED_MANADOCS[@]}"; do --destination-dir "$DESTDIR/man/$LOCALE/man$SECTION" \ --load-path "$ASCIIDOCTOR_LOAD_PATH" \ --require asciidoctor-includetracker \ + --require asciidoctor-unicodeconverter \ "$ADOC" done