Commit 0d0da9aa authored by Louis Taylor's avatar Louis Taylor Committed by Jonathan Corbet

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

On Arch Linux, latexmk is installed in the texlive-core package.
Signed-off-by: default avatarLouis Taylor <louis@kragniz.eu>
Signed-off-by: default avatarJonathan Corbet <corbet@lwn.net>
parent 67dd7d87
......@@ -520,6 +520,7 @@ sub give_arch_linux_hints()
"dot" => "graphviz",
"convert" => "imagemagick",
"xelatex" => "texlive-bin",
"latexmk" => "texlive-core",
"rsvg-convert" => "extra/librsvg",
);
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment