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