diff options
author | simonmar <unknown> | 2002-06-27 09:41:18 +0000 |
---|---|---|
committer | simonmar <unknown> | 2002-06-27 09:41:18 +0000 |
commit | d74f18bba274e60aef28cb1b3dc7fb4df1381376 (patch) | |
tree | 9e62c988f0294229d3e4018d0eb1b7a38ee181e4 /docs/building | |
parent | d66c7fefeda7c9f6599e06027e756f086a7632d2 (diff) | |
download | haskell-d74f18bba274e60aef28cb1b3dc7fb4df1381376.tar.gz |
[project @ 2002-06-27 09:41:18 by simonmar]
Updates to make sure that the CVS instructions mention 'libraries' in
addition to 'hslibs'.
Diffstat (limited to 'docs/building')
-rw-r--r-- | docs/building/building.sgml | 13 |
1 files changed, 7 insertions, 6 deletions
diff --git a/docs/building/building.sgml b/docs/building/building.sgml index 978cd097d8..efe108d34c 100644 --- a/docs/building/building.sgml +++ b/docs/building/building.sgml @@ -437,14 +437,15 @@ setsockopt IPTOS_THROUGHPUT: Invalid argument the <literal>fpconfig</literal> bit.</para> <screen> $ cd <replaceable>directory</replaceable> - $ cvs checkout ghc hslibs + $ cvs checkout ghc hslibs libraries </screen> <para>The second command here checks out the relevant modules you want to work on. For a GHC build, for instance, - you need at least the <literal>ghc</literal> and - <literal>hslibs</literal> modules (for a full list of the - projects available, see <xref linkend="projects">).</para> + you need at least the <literal>ghc</literal>, + <literal>hslibs</literal> and <literal>libraries</literal> + modules (for a full list of the projects available, see + <xref linkend="projects">).</para> </listitem> </itemizedlist> </sect2> @@ -3263,8 +3264,8 @@ $ make way=p corresponding Haskell source (<filename>.hs</filename> or <filename>.lhs</filename>) in the compiler subdirectory <filename>ghc/compiler</filename> and in the libraries - (<filename>ghc/lib</filename>, and subdirectories of - <filename>hslibs</filename>).</para> + (subdirectories of <filename>hslibs</filename> and + <literal>libraries</literal>).</para> </listitem> <listitem> |