Revision: 3627
          http://skim-app.svn.sourceforge.net/skim-app/?rev=3627&view=rev
Author:   hofman
Date:     2008-04-04 15:20:02 -0700 (Fri, 04 Apr 2008)

Log Message:
-----------
Re-enable script phase for help indexing.

Modified Paths:
--------------
    trunk/Skim.xcodeproj/project.pbxproj

Modified: trunk/Skim.xcodeproj/project.pbxproj
===================================================================
--- trunk/Skim.xcodeproj/project.pbxproj        2008-04-04 22:12:09 UTC (rev 
3626)
+++ trunk/Skim.xcodeproj/project.pbxproj        2008-04-04 22:20:02 UTC (rev 
3627)
@@ -1736,14 +1736,14 @@
                };
                CE4DA9060B9E17890039E89C /* ShellScript */ = {
                        isa = PBXShellScriptBuildPhase;
-                       buildActionMask = 8;
+                       buildActionMask = 12;
                        files = (
                        );
                        inputPaths = (
                        );
                        outputPaths = (
                        );
-                       runOnlyForDeploymentPostprocessing = 1;
+                       runOnlyForDeploymentPostprocessing = 0;
                        shellPath = /bin/sh;
                        shellScript = "if [ ${BUILD_STYLE} = \"Debug\" ]; 
then\nexit 0\nfi\n\necho \"*** Indexing Help ***\"\ncd 
\"${BUILT_PRODUCTS_DIR}/${UNLOCALIZED_RESOURCES_FOLDER_PATH}\"\nfor LOC_DIR in 
*.lproj; do\n\tif [ \"${LOC_DIR}\" = \"French.lproj\" ]; then 
LANG=\"fr\";\n\telif [ \"${LOC_DIR}\" = \"German.lproj\" ]; then 
LANG=\"de\";\n\telif [ \"${LOC_DIR}\" = \"Hungarian.lproj\" ]; then 
LANG=\"hu\";\n\telif [ \"${LOC_DIR}\" = \"Italian.lproj\" ]; then 
LANG=\"it\";\n\telif [ \"${LOC_DIR}\" = \"Spanish.lproj\" ]; then 
LANG=\"es\";\n\telif [ \"${LOC_DIR}\" = \"Swedish.lproj\" ]; then 
LANG=\"sv\";\n\telif [ \"${LOC_DIR}\" = \"Dutch.lproj\" ]; then 
LANG=\"${SOURCE_ROOT}/Skim Help/stopwords-nl.txt\";\n\telse 
LANG=\"en\";\n\tfi;\n\tif [ \"${LOC_DIR}\" = \"Japanese.lproj\" -o 
\"${LOC_DIR}\" = \"zh_CN.lproj\" -o \"${LOC_DIR}\" = \"zh_TW.lproj\" ]; then 
MINTERMLENGTH=1;\n\telse 
MINTERMLENGTH=3;\n\tfi;\n\t\"${SYSTEM_DEVELOPER_UTILITIES_DIR}/Help 
Indexer.app/Contents/MacOS/Help Indexer\" \\\n\t
 \t\"${LOC_DIR}/Skim Help\" \\\n\t\t-ShowProgress NO \\\n\t\t-LogStyle 2 
\\\n\t\t-IndexAnchors YES \\\n\t\t-TigerIndexing YES \\\n\t\t-GenerateSummaries 
YES \\\n\t\t-Stopwords \"${LANG}\" \\\n\t\t-MinTermLength 
\"${MINTERMLENGTH}\";\ndone;\n";
                };


This was sent by the SourceForge.net collaborative development platform, the 
world's largest Open Source development site.

-------------------------------------------------------------------------
Check out the new SourceForge.net Marketplace.
It's the best place to buy or sell services for
just about anything Open Source.
http://ad.doubleclick.net/clk;164216239;13503038;w?http://sf.net/marketplace
_______________________________________________
Skim-app-commit mailing list
Skim-app-commit@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/skim-app-commit

Reply via email to