]> git.xonotic.org Git - xonotic/gmqcc.git/blobdiff - misc/check-doc.sh
Delete .travis.yml
[xonotic/gmqcc.git] / misc / check-doc.sh
index e5ffdee295789318ff33238c8b26df5e0eae0b5c..da0c4cf0370638fb7d8d60ab31b2247c9e426a75 100755 (executable)
@@ -42,4 +42,10 @@ check_opt FLAGS f
 check_opt WARNS W
 check_opt OPTIMIZATIONS O
 
-for i in doc/*.1; do mandoc -Tlint -Wall "$i"; done
+# TODO: linux version
+if [ "$(uname -s)" != "Linux" ]; then
+    for i in doc/*.1;
+    do
+        mandoc -Tlint -Wall "$i";
+    done
+fi