Created
October 30, 2010 06:56
-
-
Save loghound/655043 to your computer and use it in GitHub Desktop.
Automate the building of help index via apples help indexer
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# shell script goes here | |
# Create a new target called 'generate help index' that is a script target | |
# and contains this text -- It will run the Help Indexer (Snow Leopard style) | |
# and index the help in your project dir/help (replace the last argument as | |
# appropriate) | |
# John McLaughlin/Loghound.com | |
open -a /Developer/Applications/Utilities/Help\ Indexer.app ${PROJECT_DIR}/help | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment