summaryrefslogtreecommitdiffstats
path: root/documentation
diff options
context:
space:
mode:
Diffstat (limited to 'documentation')
-rw-r--r--documentation/README8
1 files changed, 8 insertions, 0 deletions
diff --git a/documentation/README b/documentation/README
index b60472fcbf..a7138c40e2 100644
--- a/documentation/README
+++ b/documentation/README
@@ -165,6 +165,14 @@ To run Vale:
165 165
166 $ make stylecheck 166 $ make stylecheck
167 167
168Style checking the whole documentation might take some time and generate a
169lot of warnings/errors, thus one can run Vale on a subset of files or
170directories:
171
172 $ make stylecheck VALEDOCS=<file>
173 $ make stylecheck VALEDOCS="<file1> <file2>"
174 $ make stylecheck VALEDOCS=<dir>
175
168Link checking the Yocto Project documentation 176Link checking the Yocto Project documentation
169============================================= 177=============================================
170 178