[project @ 2002-06-27 09:41:18 by simonmar]
authorsimonmar <unknown>
Thu, 27 Jun 2002 09:41:18 +0000 (09:41 +0000)
committersimonmar <unknown>
Thu, 27 Jun 2002 09:41:18 +0000 (09:41 +0000)
Updates to make sure that the CVS instructions mention 'libraries' in
addition to 'hslibs'.

docs/building/building.sgml

index 978cd09..efe108d 100644 (file)
@@ -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>