diff options
-rw-r--r-- | chapter08/openssl.xml | 10 |
1 files changed, 7 insertions, 3 deletions
diff --git a/chapter08/openssl.xml b/chapter08/openssl.xml index cca92eaf6..3b8dc1cb9 100644 --- a/chapter08/openssl.xml +++ b/chapter08/openssl.xml @@ -68,10 +68,14 @@ <screen><userinput remap="install">sed -i '/INSTALL_LIBS/s/libcrypto.a libssl.a//' Makefile make MANSUFFIX=ssl install</userinput></screen> - <para>If desired, install the documentation:</para> + <para>Add the version to the documentation directory name, to be + consistent with other packages:</para> -<screen><userinput remap="install">mv -v /usr/share/doc/openssl /usr/share/doc/openssl-&openssl-version; -cp -vfr doc/* /usr/share/doc/openssl-&openssl-version;</userinput></screen> +<screen><userinput remap="install">mv -v /usr/share/doc/openssl /usr/share/doc/openssl-&openssl-version;</userinput></screen> + + <para>If desired, install some additional documentation:</para> + +<screen><userinput remap="install">cp -vfr doc/* /usr/share/doc/openssl-&openssl-version;</userinput></screen> </sect2> |