Author: bdubbs
Date: 2011-11-13 21:58:24 -0700 (Sun, 13 Nov 2011)
New Revision: 8961

Modified:
   trunk/BOOK/general/prog/guile.xml
Log:
Tweaks to guile instructions

Modified: trunk/BOOK/general/prog/guile.xml
===================================================================
--- trunk/BOOK/general/prog/guile.xml   2011-11-14 04:24:35 UTC (rev 8960)
+++ trunk/BOOK/general/prog/guile.xml   2011-11-14 04:58:24 UTC (rev 8961)
@@ -33,6 +33,8 @@
     GNU's extension language library. <application>Guile</application> also
     contains a stand alone <application>Scheme</application> 
interpreter.</para>
 
+    &lfs70_checked;
+
     <bridgehead renderas="sect3">Package Information</bridgehead>
     <itemizedlist spacing="compact">
       <listitem>
@@ -89,7 +91,8 @@
     test-suite/standalone/test-pthread-create-secondary.c &amp;&amp;
 
 ./configure --prefix=/usr &amp;&amp;
-make &amp;&amp;
+make                      &amp;&amp;
+make html                 &amp;&amp;
 
 makeinfo --plaintext -o doc/r5rs/r5rs.txt   doc/r5rs/r5rs.texi   &amp;&amp;
 makeinfo --plaintext -o doc/ref/guile.txt   
doc/ref/guile.texi</userinput></screen>

-- 
http://linuxfromscratch.org/mailman/listinfo/blfs-book
FAQ: http://www.linuxfromscratch.org/blfs/faq.html
Unsubscribe: See the above information page

Reply via email to