From e7c803454bbf96304fdc70ab0f763df640ce5a4b Mon Sep 17 00:00:00 2001 From: Randy McMurchy Date: Sun, 12 Oct 2008 00:16:26 +0000 Subject: 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 --- chapter06/gmp.xml | 12 +++++++----- 1 file changed, 7 insertions(+), 5 deletions(-) (limited to 'chapter06/gmp.xml') 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 @@ Install the package: -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 +make install - + If desired, install the documentation: + +mkdir -v /usr/share/doc/gmp-&gmp-version; +cp -v doc/{isa_abi_headache,configuration} doc/*.html \ + /usr/share/doc/gmp-&gmp-version; + Contents of GMP -- cgit v1.2.3-54-g00ecf