Author: randy
Date: 2008-10-11 18:16:26 -0600 (Sat, 11 Oct 2008)
New Revision: 8642

Modified:
   trunk/BOOK/chapter06/gmp.xml
Log:
Fixed the documentation installation in the Chapter 6 GMP instructions, thanks 
to Trent Shea for pointing out the error

Modified: trunk/BOOK/chapter06/gmp.xml
===================================================================
--- trunk/BOOK/chapter06/gmp.xml        2008-10-11 23:39:51 UTC (rev 8641)
+++ trunk/BOOK/chapter06/gmp.xml        2008-10-12 00:16:26 UTC (rev 8642)
@@ -60,14 +60,16 @@
  
     <para>Install the package:</para>
 
-<screen><userinput remap="install">make install
-install -v -m755 -d /usr/share/doc/gmp-4.2.2
-install -v -m644    doc/{isa_abi_headache,configuration} doc/*.html \
-                    /usr/share/doc/gmp-4.2.2</userinput></screen>
+<screen><userinput remap="install">make install</userinput></screen>
 
+    <para>If desired, install the documentation:</para>
+
+<screen><userinput remap="install">mkdir -v /usr/share/doc/gmp-&gmp-version;
+cp    -v doc/{isa_abi_headache,configuration} doc/*.html \
+         /usr/share/doc/gmp-&gmp-version;</userinput></screen>
+
   </sect2>
 
-
   <sect2 id="contents-gmp" role="content">
     <title>Contents of GMP</title>
 

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

Reply via email to