diff options
author | Ian Lynagh <igloo@earth.li> | 2007-07-12 01:54:40 +0000 |
---|---|---|
committer | Ian Lynagh <igloo@earth.li> | 2007-07-12 01:54:40 +0000 |
commit | 3d6517d241095806c3247dc045a8071c09c96fc4 (patch) | |
tree | ba155c520eddc1c4f336c308ce71aad61ddaf44b /docs | |
parent | 0601e1845e0ea5a600dd46a638bcac061e0ce805 (diff) | |
download | haskell-3d6517d241095806c3247dc045a8071c09c96fc4.tar.gz |
Remove "install in-place" blurb from the docs as it no longer works
Diffstat (limited to 'docs')
-rw-r--r-- | docs/users_guide/installing.xml | 14 |
1 files changed, 0 insertions, 14 deletions
diff --git a/docs/users_guide/installing.xml b/docs/users_guide/installing.xml index 1236b1d362..09ce12dbc9 100644 --- a/docs/users_guide/installing.xml +++ b/docs/users_guide/installing.xml @@ -84,20 +84,6 @@ bundle and typing <literal>./configure</literal>. That should convert </para> <para> -<indexterm><primary>installing in-place</primary></indexterm> -<indexterm><primary>in-place installation</primary></indexterm> -You can now either start using the tools <emphasis>in-situ</emphasis> without going -through any installation process, just type <literal>make in-place</literal> to set the -tools up for this. You'll also want to add the path which <literal>make</literal> will -now echo to your <literal>PATH</literal> environment variable. This option is useful if -you simply want to try out the package and/or you don't have the -necessary privileges (or inclination) to properly install the tools -locally. Note that if you do decide to install the package `properly' -at a later date, you have to go through the installation steps that -follow. -</para> - -<para> To install a package, you'll have to do the following: </para> |