From f6584a38ae0f103876564448428ec88adff97c0c Mon Sep 17 00:00:00 2001 From: Michael Opdenacker Date: Tue, 12 Mar 2024 21:58:39 +0100 Subject: manuals: add initial stylechecks with Vale Use the "Vale" (https://vale.sh) tool to perform text style checks Run "make stylecheck" to run the checks. This just checks the text, not the Sphinx syntax style choices. (From yocto-docs rev: 51b1f9a4d5aa02d337b105633de38e18b923a13a) Signed-off-by: Michael Opdenacker Suggested-by: Thomas Petazzoni Signed-off-by: Richard Purdie --- documentation/Makefile | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/documentation/Makefile b/documentation/Makefile index f3b775b3ec..c930d2d280 100644 --- a/documentation/Makefile +++ b/documentation/Makefile @@ -53,6 +53,10 @@ stylecheck: vale sync vale $(VALEOPTS) $(VALEDOCS) +stylecheck: + vale sync + vale $(VALEOPTS) $(VALEDOCS) + epub: $(PNGs) $(SOURCEDIR)/set_versions.py @$(SPHINXBUILD) -M $@ "$(SOURCEDIR)" "$(BUILDDIR)" $(SPHINXOPTS) $(O) -- cgit v1.2.3-54-g00ecf