]> git.saurik.com Git - apple/libc.git/blobdiff - xcodescripts/manpages.sh
Libc-1439.100.3.tar.gz
[apple/libc.git] / xcodescripts / manpages.sh
old mode 100644 (file)
new mode 100755 (executable)
index a27c10a..3141add
@@ -1,7 +1,9 @@
 #!/bin/bash -e
 
 if [ "$ACTION" = installhdrs ]; then exit 0; fi
-if [ "${PLATFORM_NAME/iphone/}" != "${PLATFORM_NAME}" ]; then exit 0; fi
+if [ "${PLATFORM_NAME}" != "macosx" ]; then exit 0; fi
+if [ "${SKIP_MANPAGES}" = "YES" ]; then exit 0; fi
+if [ "${DRIVERKIT}" = 1 ]; then exit 0; fi
 
 UNIFDEF_FLAGS=`${SRCROOT}/xcodescripts/generate_features.pl --unifdef`
 MANPAGES_LIST="${SRCROOT}/man/manpages.lst"