--- 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>