Re: [PATCH 10/13] docs: move kernel-doc to tools/doc

From: Mauro Carvalho Chehab
Date: Wed Aug 13 2025 - 19:48:53 EST


Em Wed, 13 Aug 2025 15:32:09 -0600
Jonathan Corbet <corbet@xxxxxxx> escreveu:

> diff --git a/scripts/kernel-doc b/scripts/kernel-doc
> deleted file mode 120000
> index 3b6ef807791a..000000000000
> --- a/scripts/kernel-doc
> +++ /dev/null
> @@ -1 +0,0 @@
> -kernel-doc.py
> \ No newline at end of file
> diff --git a/scripts/kernel-doc.py b/tools/doc/kernel-doc
> similarity index 100%
> rename from scripts/kernel-doc.py
> rename to tools/doc/kernel-doc

Heh, this is not right: you forgot to update LIB_DIR. if you do that,
you'll break the script. See my comments to get_abi.py.

Thanks,
Mauro