X-Git-Url: https://git.saurik.com/apple/libc.git/blobdiff_plain/70ad1dc8a19d6edd9b97aa81f32cfd65758ae97d..refs/heads/master:/xcodescripts/manpages.sh?ds=inline diff --git a/xcodescripts/manpages.sh b/xcodescripts/manpages.sh index 32054df..3141add 100755 --- a/xcodescripts/manpages.sh +++ b/xcodescripts/manpages.sh @@ -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"