[Checkins] SVN: groktoolkit/trunk/documentation.cfg fix cp source path

Jan-Wijbrand Kolman janwijbrand at gmail.com
Mon Jan 17 07:12:40 EST 2011


Log message for revision 119623:
  fix cp source path

Changed:
  U   groktoolkit/trunk/documentation.cfg

-=-
Modified: groktoolkit/trunk/documentation.cfg
===================================================================
--- groktoolkit/trunk/documentation.cfg	2011-01-17 12:04:17 UTC (rev 119622)
+++ groktoolkit/trunk/documentation.cfg	2011-01-17 12:12:39 UTC (rev 119623)
@@ -47,7 +47,7 @@
 
   if [ $? == 0 ]; then
       rm -rf ${:document_root}
-      cp -rf build/html ${:document_root}
+      cp -rf ${buildout:directory}/doc/_build/html ${:document_root}
   else
       echo "grokdocs html generation failed"
   fi



More information about the checkins mailing list