From b8f54baebdd8954af835b6c8eaee5ebf3e0b5b52 Mon Sep 17 00:00:00 2001 From: Ian Lynagh Date: Thu, 12 Jul 2007 01:52:16 +0000 Subject: [PATCH] Remove outdated bundle-contents description --- docs/users_guide/installing.xml | 134 +-------------------------------------- 1 file changed, 2 insertions(+), 132 deletions(-) diff --git a/docs/users_guide/installing.xml b/docs/users_guide/installing.xml index 6b57695..8615002 100644 --- a/docs/users_guide/installing.xml +++ b/docs/users_guide/installing.xml @@ -67,138 +67,8 @@ Binary distributions come in “bundles,” called -Then you should find a single directory, -ghc-version, with the -following structure: - - - -binary distribution, layout -directory layout (binary distributions) - - - -Makefile.in - - -the raw material from which the Makefile -will be made (). - - - -configure - - -the configuration script (). - - - -README - - -Contains this file summary. - - - -INSTALL - - -Contains this description of how to install -the bundle. - - - -ANNOUNCE - - -The announcement message for the bundle. - - - -NEWS - - -release notes for the bundle—a longer version -of ANNOUNCE. For GHC, the release notes are contained in the User -Guide and this file isn't present. - - - - bin/platform - - -contains platform-specific executable -files to be invoked directly by the user. These are the files that -must end up in your path. - - - -lib/platform/ - - -contains platform-specific support -files for the installation. Typically there is a subdirectory for -each fptools project, whose name is the name of the project with its -version number. For example, for GHC there would be a sub-directory -ghc-x.xx/ where x.xx is the version number of GHC in the bundle. - - - -These sub-directories have the following general structure: - - - - - - -libHSstd.a etc: - - -supporting library archives. - - - -ghc-iface.prl etc: - - -support scripts. - - - -import/ - - -Interface files (.hi) for the prelude. - - - -include/ - - -A few C #include files. - - - - - - -share/ - - -contains platform-independent support files -for the installation. Again, there is a sub-directory for each -fptools project. - - - -html/ - - -contains HTML documentation files (one -sub-directory per project). - - - +Then you should find the bundle contents inside a single directory, +ghc-version. -- 1.7.10.4