chiark / gitweb /
only test ./gendocs on GNU/Linux
[fdroidserver.git] / tests / run-tests
index 7629f431bb107db1f5dd070ec4f7225c6d6f77ad..f7acd069fc0ad271f3bf46656871e5f041bfe088 100755 (executable)
@@ -115,7 +115,10 @@ $fdroid --version
 echo_header "build the TeX manual"
 
 cd $WORKSPACE/docs
-./gendocs.sh -o html --email admin@f-droid.org fdroid "F-Droid Server Manual"
+# this is only ever generated officially on GNU/Linux
+if [ `uname -s` == "Linux" ]; then
+    ./gendocs.sh -o html --email admin@f-droid.org fdroid "F-Droid Server Manual"
+fi
 
 
 #------------------------------------------------------------------------------#