Em Wed, 03 Sep 2025 17:00:47 -0600 Jonathan Corbet <corbet@xxxxxxx> escreveu: > Mauro Carvalho Chehab <mchehab+huawei@xxxxxxxxxx> writes: > > > As we're reorganizing the place where doc scripts are located, > > move this one to tools/docs. > > > > No functional changes. > > > > Signed-off-by: Mauro Carvalho Chehab <mchehab+huawei@xxxxxxxxxx> > > --- > > Documentation/Makefile | 14 +++++++------- > > {scripts => tools/docs}/sphinx-pre-install | 0 > > 2 files changed, 7 insertions(+), 7 deletions(-) > > rename {scripts => tools/docs}/sphinx-pre-install (100%) > > Approve of the move, but I note that you didn't update all the > references in the documentation to match. Will update at the next spin. When you review again, please notice that I'm simply dropping it from MAINTAINERS documentation section: --- a/MAINTAINERS +++ b/MAINTAINERS @@ -7310,7 +7310,6 @@ F: scripts/lib/abi/* F: scripts/lib/kdoc/* F: tools/docs/* F: tools/net/ynl/pyynl/lib/doc_generator.py -F: scripts/sphinx-pre-install X: Documentation/ABI/ X: Documentation/admin-guide/media/ X: Documentation/devicetree/ As there, tools/docs/* is already present. Thanks, Mauro