mustafaelrasheid@gmail.com writes:
From: Mustafa Elrasheid <redacted>
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 <redacted>
---
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