diff --git a/chapter06/gmp.xml b/chapter06/gmp.xml index 9548baf5e..ff764b36f 100644 --- a/chapter06/gmp.xml +++ b/chapter06/gmp.xml @@ -60,14 +60,16 @@ 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