]> git.xonotic.org Git - xonotic/gmqcc.git/blobdiff - misc/check-doc.sh
Delete .travis.yml
[xonotic/gmqcc.git] / misc / check-doc.sh
old mode 100644 (file)
new mode 100755 (executable)
index 73b169a..da0c4cf
@@ -41,3 +41,11 @@ check_opt() {
 check_opt FLAGS f
 check_opt WARNS W
 check_opt OPTIMIZATIONS O
+
+# TODO: linux version
+if [ "$(uname -s)" != "Linux" ]; then
+    for i in doc/*.1;
+    do
+        mandoc -Tlint -Wall "$i";
+    done
+fi