Sun, 23 Oct 2011 18:29:52 +0200
Regenerated source docu.
--- a/APIs/Python3/eric5.api Sun Oct 23 18:15:32 2011 +0200 +++ b/APIs/Python3/eric5.api Sun Oct 23 18:29:52 2011 +0200 @@ -7393,7 +7393,7 @@ eric5.install.createConfig?4() eric5.install.createGlobalPluginsDir?4() eric5.install.createInstallConfig?4() -eric5.install.createMacAppBundle?4() +eric5.install.createMacAppBundle?4(pydir) eric5.install.createPyWrapper?4(pydir, wfile, isGuiScript=True) eric5.install.distDir?7 eric5.install.doCleanup?7
--- a/Documentation/Source/eric5.install.html Sun Oct 23 18:15:32 2011 +0200 +++ b/Documentation/Source/eric5.install.html Sun Oct 23 18:29:52 2011 +0200 @@ -226,10 +226,16 @@ <hr /><hr /> <a NAME="createMacAppBundle" ID="createMacAppBundle"></a> <h2>createMacAppBundle</h2> -<b>createMacAppBundle</b>(<i></i>) +<b>createMacAppBundle</b>(<i>pydir</i>) <p> Create a Mac application bundle. -</p> +</p><dl> +<dt><i>pydir</i></dt> +<dd> +the name of the directory where the Python script will eventually + be installed (string) +</dd> +</dl> <div align="right"><a href="#top">Up</a></div> <hr /><hr /> <a NAME="createPyWrapper" ID="createPyWrapper"></a>