--- a/Documentation/Source/eric6.install.html Sun Sep 16 19:13:30 2018 +0200 +++ b/Documentation/Source/eric6.install.html Mon Sep 17 19:25:49 2018 +0200 @@ -40,6 +40,15 @@ <td><a href="#cleanUp">cleanUp</a></td> <td>Uninstall the old eric files.</td> </tr><tr> +<td><a href="#cleanUpLinuxSpecifics">cleanUpLinuxSpecifics</a></td> +<td>Clean up Linux specific files.</td> +</tr><tr> +<td><a href="#cleanUpMacAppBundle">cleanUpMacAppBundle</a></td> +<td>Uninstall the macOS application bundle.</td> +</tr><tr> +<td><a href="#cleanUpWindowsLinks">cleanUpWindowsLinks</a></td> +<td>Clean up the Desktop and Start Menu entries for Windows.</td> +</tr><tr> <td><a href="#cleanupSource">cleanupSource</a></td> <td>Cleanup the sources directory to get rid of leftover files and directories.</td> </tr><tr> @@ -67,12 +76,18 @@ <td><a href="#createInstallConfig">createInstallConfig</a></td> <td>Create the installation config dictionary.</td> </tr><tr> +<td><a href="#createLinuxSpecifics">createLinuxSpecifics</a></td> +<td>Install Linux specific files.</td> +</tr><tr> <td><a href="#createMacAppBundle">createMacAppBundle</a></td> <td>Create a Mac application bundle.</td> </tr><tr> <td><a href="#createPyWrapper">createPyWrapper</a></td> <td>Create an executable wrapper for a Python script.</td> </tr><tr> +<td><a href="#createWindowsLinks">createWindowsLinks</a></td> +<td>Create Desktop and Start Menu links.</td> +</tr><tr> <td><a href="#determinePyQtVariant">determinePyQtVariant</a></td> <td>Module function to determine the PyQt variant to be used.</td> </tr><tr> @@ -138,6 +153,30 @@ </p> <div align="right"><a href="#top">Up</a></div> <hr /><hr /> +<a NAME="cleanUpLinuxSpecifics" ID="cleanUpLinuxSpecifics"></a> +<h2>cleanUpLinuxSpecifics</h2> +<b>cleanUpLinuxSpecifics</b>(<i></i>) +<p> + Clean up Linux specific files. +</p> +<div align="right"><a href="#top">Up</a></div> +<hr /><hr /> +<a NAME="cleanUpMacAppBundle" ID="cleanUpMacAppBundle"></a> +<h2>cleanUpMacAppBundle</h2> +<b>cleanUpMacAppBundle</b>(<i></i>) +<p> + Uninstall the macOS application bundle. +</p> +<div align="right"><a href="#top">Up</a></div> +<hr /><hr /> +<a NAME="cleanUpWindowsLinks" ID="cleanUpWindowsLinks"></a> +<h2>cleanUpWindowsLinks</h2> +<b>cleanUpWindowsLinks</b>(<i></i>) +<p> + Clean up the Desktop and Start Menu entries for Windows. +</p> +<div align="right"><a href="#top">Up</a></div> +<hr /><hr /> <a NAME="cleanupSource" ID="cleanupSource"></a> <h2>cleanupSource</h2> <b>cleanupSource</b>(<i>dirName</i>) @@ -265,16 +304,24 @@ </p> <div align="right"><a href="#top">Up</a></div> <hr /><hr /> +<a NAME="createLinuxSpecifics" ID="createLinuxSpecifics"></a> +<h2>createLinuxSpecifics</h2> +<b>createLinuxSpecifics</b>(<i></i>) +<p> + Install Linux specific files. +</p> +<div align="right"><a href="#top">Up</a></div> +<hr /><hr /> <a NAME="createMacAppBundle" ID="createMacAppBundle"></a> <h2>createMacAppBundle</h2> <b>createMacAppBundle</b>(<i>pydir</i>) <p> Create a Mac application bundle. </p><dl> -<dt><i>pydir</i></dt> +<dt><i>pydir</i> (str)</dt> <dd> the name of the directory where the Python script will - eventually be installed (string) + eventually be installed </dd> </dl> <div align="right"><a href="#top">Up</a></div> @@ -305,6 +352,14 @@ </dl> <div align="right"><a href="#top">Up</a></div> <hr /><hr /> +<a NAME="createWindowsLinks" ID="createWindowsLinks"></a> +<h2>createWindowsLinks</h2> +<b>createWindowsLinks</b>(<i></i>) +<p> + Create Desktop and Start Menu links. +</p> +<div align="right"><a href="#top">Up</a></div> +<hr /><hr /> <a NAME="determinePyQtVariant" ID="determinePyQtVariant"></a> <h2>determinePyQtVariant</h2> <b>determinePyQtVariant</b>(<i></i>)