|
@@ -142,6 +142,14 @@ To run Vale:
|
|
|
|
|
|
$ make stylecheck
|
|
|
|
|
|
+Style checking the whole documentation might take some time and generate a
|
|
|
+lot of warnings/errors, thus one can run Vale on a subset of files or
|
|
|
+directories:
|
|
|
+
|
|
|
+ $ make stylecheck VALEDOCS=<file>
|
|
|
+ $ make stylecheck VALEDOCS="<file1> <file2>"
|
|
|
+ $ make stylecheck VALEDOCS=<dir>
|
|
|
+
|
|
|
Link checking the Yocto Project documentation
|
|
|
=============================================
|
|
|
|