]> git.ipfire.org Git - thirdparty/gnulib.git/commitdiff
autoupdate
authorKarl Berry <karl@freefriends.org>
Tue, 5 May 2026 21:09:40 +0000 (14:09 -0700)
committerKarl Berry <karl@freefriends.org>
Tue, 5 May 2026 21:09:40 +0000 (14:09 -0700)
build-aux/texinfo.tex

index 644acd273dce5a710e8c8c737ffbf8724b76370e..54c2f3e78311a53ea9e54c70e49639b9e199e598 100644 (file)
@@ -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.