mirror of
https://github.com/DarkPlacesEngine/gmqcc.git
synced 2025-02-12 22:55:23 +00:00
misc/check-doc.sh: run mandoc -Tlint -Wall on the manpages
This commit is contained in:
parent
494c30a239
commit
660a22d647
1 changed files with 2 additions and 0 deletions
|
@ -41,3 +41,5 @@ check_opt() {
|
||||||
check_opt FLAGS f
|
check_opt FLAGS f
|
||||||
check_opt WARNS W
|
check_opt WARNS W
|
||||||
check_opt OPTIMIZATIONS O
|
check_opt OPTIMIZATIONS O
|
||||||
|
|
||||||
|
for i in doc/*.1; do mandoc -Tlint -Wall "$i"; done
|
||||||
|
|
Loading…
Reference in a new issue