]> de.git.xonotic.org Git - xonotic/gmqcc.git/blobdiff - misc/check-doc.sh
Merge pull request #134 from Sicness/hyphen
[xonotic/gmqcc.git] / misc / check-doc.sh
old mode 100644 (file)
new mode 100755 (executable)
index 73b169a..e5ffdee
@@ -41,3 +41,5 @@ check_opt() {
 check_opt FLAGS f
 check_opt WARNS W
 check_opt OPTIMIZATIONS O
+
+for i in doc/*.1; do mandoc -Tlint -Wall "$i"; done