]> git.ipfire.org Git - thirdparty/linux.git/commit
tools/docs: check-variable-fonts.py: split into a lib and an exec file
authorMauro Carvalho Chehab <mchehab+huawei@kernel.org>
Thu, 18 Sep 2025 11:54:39 +0000 (13:54 +0200)
committerJonathan Corbet <corbet@lwn.net>
Thu, 18 Sep 2025 17:17:18 +0000 (11:17 -0600)
commit4515ffdf3cbc384cb7bbb699bcd1db5705862cfa
treed3bf46e3f42ceafca2f5e5223fcf90c0492b2bd9
parent75539bec27ddf4ac206b74d307ba9e92dbaaece7
tools/docs: check-variable-fonts.py: split into a lib and an exec file

As we'll be using the actual code inside sphinx-build-wrapper,
split the library from the executable, placing the exec at
the new place we've been using:

tools/docs

No functional changes.

Signed-off-by: Mauro Carvalho Chehab <mchehab+huawei@kernel.org>
Message-ID: <8adbc22df1d43b1c5a673799d2333cc429ffe9fc.1758196090.git.mchehab+huawei@kernel.org>
Signed-off-by: Jonathan Corbet <corbet@lwn.net>
Documentation/Makefile
MAINTAINERS
scripts/check-variable-fonts.py [deleted file]
tools/docs/check-variable-fonts.py [new file with mode: 0755]
tools/docs/lib/latex_fonts.py [new file with mode: 0755]