Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

scripts/sphinx-pre-install: fix Arch xelatex dependency

On Arch Linux, xelatex is installed in the texlive-xetex package.

Signed-off-by: Li Hua <lihua@email.com>
Link: https://lore.kernel.org/r/20240326104515.40346-1-lihua@email.com
Signed-off-by: Jonathan Corbet <corbet@lwn.net>

authored by

Li Hua and committed by
Jonathan Corbet
886f6cac 058f1923

+1 -1
+1 -1
scripts/sphinx-pre-install
··· 560 560 "virtualenv" => "python-virtualenv", 561 561 "dot" => "graphviz", 562 562 "convert" => "imagemagick", 563 - "xelatex" => "texlive-bin", 563 + "xelatex" => "texlive-xetex", 564 564 "latexmk" => "texlive-core", 565 565 "rsvg-convert" => "extra/librsvg", 566 566 );