X-Git-Url: https://git.saurik.com/apple/libc.git/blobdiff_plain/23e20b0053d7317ce3facd3fd38db8c73c2c380a..70ad1dc8a19d6edd9b97aa81f32cfd65758ae97d:/xcodescripts/manpages.sh diff --git a/xcodescripts/manpages.sh b/xcodescripts/manpages.sh old mode 100644 new mode 100755 index a27c10a..32054df --- a/xcodescripts/manpages.sh +++ b/xcodescripts/manpages.sh @@ -1,7 +1,8 @@ #!/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 UNIFDEF_FLAGS=`${SRCROOT}/xcodescripts/generate_features.pl --unifdef` MANPAGES_LIST="${SRCROOT}/man/manpages.lst"