From: Karl Berry Date: Tue, 5 May 2026 21:09:40 +0000 (-0700) Subject: autoupdate X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=80d0d42f9737cb7fb7c936cc8bc9eaa1222e6243;p=thirdparty%2Fgnulib.git autoupdate --- diff --git a/build-aux/texinfo.tex b/build-aux/texinfo.tex index 644acd273d..54c2f3e783 100644 --- a/build-aux/texinfo.tex +++ b/build-aux/texinfo.tex @@ -10270,6 +10270,15 @@ directory should work if nowhere else does.} \global\righthyphenmin = #3\relax } +% @documentlanguagevariant - do nothing +\parseargdef\documentlanguagevariant{} + +% @documentscript - do nothing +% This command would only become relevant if we had translations in +% multiple "scripts", e.g. Sebian in both Latin and Cyrillic alphabets. +% However, we do not even support loading Cyrillic fonts. +\parseargdef\documentscript{} + % XeTeX and LuaTeX can handle Unicode natively. % Their default I/O uses UTF-8 sequences instead of a byte-wise operation. % Other TeX engines' I/O (pdfTeX, etc.) is byte-wise.