aboutsummaryrefslogtreecommitdiffstats
path: root/chapter06/gmp.xml
diff options
context:
space:
mode:
authorRandy McMurchy <randy@linuxfromscratch.org>2008-10-12 00:16:26 +0000
committerRandy McMurchy <randy@linuxfromscratch.org>2008-10-12 00:16:26 +0000
commite7c803454bbf96304fdc70ab0f763df640ce5a4b (patch)
treeb57d4625ff47151fe0e0ea34995032e6cd5bcdd1 /chapter06/gmp.xml
parent0abc697e291cae613a3dfd7de2384218f29abc4f (diff)
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
Diffstat (limited to 'chapter06/gmp.xml')
-rw-r--r--chapter06/gmp.xml12
1 files changed, 7 insertions, 5 deletions
diff --git a/chapter06/gmp.xml b/chapter06/gmp.xml
index 9548baf5e..ff764b36f 100644
--- a/chapter06/gmp.xml
+++ b/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>