Skip to content

Instantly share code, notes, and snippets.

@loghound
Created October 30, 2010 06:56
Show Gist options
  • Save loghound/655043 to your computer and use it in GitHub Desktop.
Save loghound/655043 to your computer and use it in GitHub Desktop.
Automate the building of help index via apples help indexer
# 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