From 7ac767226f1b7646069d38b607b7af0ea65d696c Mon Sep 17 00:00:00 2001 From: "Justin R. Miller" Date: Wed, 3 Jun 2015 09:36:15 -0700 Subject: [PATCH] point to better appledoc install method --- ios/docs/install_docs.sh | 2 +- scripts/ios/package.sh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/ios/docs/install_docs.sh b/ios/docs/install_docs.sh index 7d4bf279f33..e907581924b 100755 --- a/ios/docs/install_docs.sh +++ b/ios/docs/install_docs.sh @@ -1,7 +1,7 @@ #!/usr/bin/env bash if [ -z `which appledoc` ]; then - echo "Unable to find appledoc. Consider installing it from source or Homebrew." + echo "Unable to find appledoc. https://github.com/mapbox/mapbox-gl-native#manually" exit 1 fi diff --git a/scripts/ios/package.sh b/scripts/ios/package.sh index 35162ce5d16..e4bba0e9f68 100755 --- a/scripts/ios/package.sh +++ b/scripts/ios/package.sh @@ -98,7 +98,7 @@ cp -prv styles/styles "${OUTPUT}/static/${NAME}.bundle/styles" step "Creating API Docs..." if [ -z `which appledoc` ]; then - echo "Unable to find appledoc. Consider installing it from source or Homebrew." + echo "Unable to find appledoc. See https://github.com/mapbox/mapbox-gl-native#manually" exit 1 fi DOCS_OUTPUT="${OUTPUT}/static/Docs"