Changeset 27d786c2 for networking


Ignore:
Timestamp:
01/12/2022 08:38:13 PM (2 years ago)
Author:
Pierre Labastie <pierre.labastie@…>
Branches:
11.1, 11.2, 11.3, 12.0, 12.1, kea, ken/TL2024, ken/inkscape-core-mods, ken/tuningfonts, lazarus, lxqt, plabs/newcss, plabs/python-mods, python3.11, qt5new, rahul/power-profiles-daemon, renodr/vulkan-addition, trunk, xry111/intltool, xry111/llvm18, xry111/soup3, xry111/test-20220226, xry111/xf86-video-removal
Children:
bee8bad
Parents:
a0e61382
Message:

neon: remove an unnecessary sed

Also add instructions for regenerating doc, and (try to) clarify
a command explanation.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • networking/netlibs/neon.xml

    ra0e61382 r27d786c2  
    7878      <xref linkend="libxml2"/>,
    7979      <xref linkend="mitkrb"/>,
     80      <xref linkend="xmlto"/> (to regenerate the documentation),
    8081      <ulink url="https://github.com/libproxy/libproxy">libproxy</ulink>, and
    8182      <ulink url="http://www.manyfish.co.uk/pakchois/">PaKChoiS</ulink>
     
    8990  <sect2 role="installation">
    9091    <title>Installation of neon</title>
    91 
     92<!-- Not needed for 0.32.2
    9293    <para>
    9394      The build mechanism tries to recreate the documentation even
     
    9899
    99100<screen><userinput>sed 's/\(install-\(html\|man\):\).*/\1/' -i Makefile.in</userinput></screen>
    100 
     101-->
    101102    <para>
    102103      Install <application>neon</application> by running the following
     
    115116
    116117    <para>
     118      If you wish to regenerate the documentation, issue:
     119    </para>
     120
     121<screen remap="doc"><userinput>make docs</userinput></screen>
     122
     123    <para>
    117124      Now, as the <systemitem class="username">root</systemitem> user:
    118125    </para>
     
    127134    <para>
    128135      <parameter>--with-ssl</parameter>: This switch enables SSL support
    129       using <application>OpenSSL</application> or
    130       <application>GnuTLS</application> respectively. To force
    131       <application>GnuTLS</application> usage when it is are present,
    132       simply pass <option>--with-ssl=gnutls</option> and
     136      using <application>OpenSSL</application>.
     137      <application>GnuTLS</application> can be used instead, by passing
     138      <option>--with-ssl=gnutls</option> and
    133139      <option>--with-ca-bundle=/etc/pki/tls/certs/ca-bundle.crt</option> to the
    134140      <command>configure</command> script.
Note: See TracChangeset for help on using the changeset viewer.