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
This commit is contained in:
Randy McMurchy 2008-10-12 00:16:26 +00:00
parent 0abc697e29
commit e7c803454b

View File

@ -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>