[GRASS-SVN] r46238 - grass/branches/develbranch_6/macosx/app
svn_grass at osgeo.org
svn_grass at osgeo.org
Wed May 11 22:05:57 EDT 2011
Author: kyngchaos
Date: 2011-05-11 19:05:57 -0700 (Wed, 11 May 2011)
New Revision: 46238
Modified:
grass/branches/develbranch_6/macosx/app/build_html_user_index.sh
Log:
make sure user help folder exists
Modified: grass/branches/develbranch_6/macosx/app/build_html_user_index.sh
===================================================================
--- grass/branches/develbranch_6/macosx/app/build_html_user_index.sh 2011-05-12 02:03:53 UTC (rev 46237)
+++ grass/branches/develbranch_6/macosx/app/build_html_user_index.sh 2011-05-12 02:05:57 UTC (rev 46238)
@@ -184,4 +184,5 @@
# add Help Viewer link in user docs folder
+mkdir -p $HOME/Library/Documentation/Help/
ln -sfh ../../GRASS/$GRASS_MMVER/Modules/docs/html $HOME/Library/Documentation/Help/GRASS-$GRASS_MMVER
More information about the grass-commit
mailing list