X-Git-Url: https://git.saurik.com/apple/libc.git/blobdiff_plain/b061a43bf32824cb214e9e3a29a974341de443d4..refs/heads/master:/xcodescripts/manpages.sh diff --git a/xcodescripts/manpages.sh b/xcodescripts/manpages.sh old mode 100644 new mode 100755 index 32054df..3141add --- 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"