Ver Fonte

Fixed the documentation installation in the Chapter 6 GMP instructions, thanks to Trent Shea for pointing out the error

git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@8642 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Randy McMurchy há 17 anos atrás
pai
commit
e7c803454b
1 ficheiros alterados com 7 adições e 5 exclusões
  1. 7 5
      chapter06/gmp.xml

+ 7 - 5
chapter06/gmp.xml

@@ -60,13 +60,15 @@
  
     <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>
 
-  </sect2>
+    <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>