]> git.saurik.com Git - apple/libc.git/blobdiff - xcodescripts/manpages.sh
Libc-1439.100.3.tar.gz
[apple/libc.git] / xcodescripts / manpages.sh
index 32054df1e46732d9bd839edc860c69bdc9a09bc3..3141adde38ce2ee9552a69c47e221ebc717b3071 100755 (executable)
@@ -3,6 +3,7 @@
 if [ "$ACTION" = installhdrs ]; 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"