Re: [PATCH v3] docs: Makefile: wrap SPHINXDIRS help text
From: Jonathan Corbet
Date: Tue Jan 06 2026 - 16:37:40 EST
mustafaelrasheid@xxxxxxxxx writes:
> From: Mustafa Elrasheid <mustafaelrasheid@xxxxxxxxx>
>
> When using `make help`, SPHINXDIR doesn't wrap around 80 characters,
> causing text to overflow or wrap in incorrect ways,
> which then makes the text difficult to read
>
> Signed-off-by: Mustafa Elrasheid <mustafaelrasheid@xxxxxxxxx>
> ---
> v3:
> - Moved SPHINXDIRS to a new line for better readability
> - Added `-g 75` to increase the goal of fmt instead of 93% of `-w 75`
> v2:
> - Added '-s' in fmt to prevent word segmenting at the end of lines.
> - Reduced width in `fmt -w` to account for the added indentation of
> `sed`
>
> Documentation/Makefile | 3 ++-
> 1 file changed, 2 insertions(+), 1 deletion(-)
Applied, thanks.
jon