Changeset 1eac9eb for postlfs


Ignore:
Timestamp:
04/20/2019 06:59:41 PM (5 years ago)
Author:
Pierre Labastie <pieere@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 9.0, 9.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, upgradedb, xry111/intltool, xry111/llvm18, xry111/soup3, xry111/test-20220226, xry111/xf86-video-removal
Children:
119bb45
Parents:
d38dc9a
Message:

Archive w3m and allow linux-pam doc to be built with lynx

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@21481 af4574ff-66df-0310-9fd7-8a98e5e911e0

File:
1 edited

Legend:

Unmodified
Added
Removed
  • postlfs/security/linux-pam.xml

    rd38dc9a r1eac9eb  
    114114      <xref linkend="fop"/>,
    115115      <xref linkend="libxslt"/> and either
    116       <xref linkend="w3m"/> or
    117       <ulink url="&elinks-url;">elinks</ulink> (but with a link calling it
    118       '<application>links</application>') and remove the documentation switch.
     116      <xref linkend="lynx"/> or
     117      <ulink url="&w3m-url;">W3m</ulink>
    119118    </para>
    120119
     
    133132
    134133<screen><userinput>tar -xf ../Linux-PAM-&linux-pam-docs-version;-docs.tar.bz2 --strip-components=1</userinput></screen>
     134
     135    <para>
     136      If you instead want to regenerate the documentation, fix the
     137      <command>configure</command> script so that it detects lynx if installed:
     138    </para>
     139
     140<screen><userinput>sed -e 's/dummy links/dummy lynx/'                                     \
     141    -e 's/-no-numbering -no-references/-force-html -nonumbers -stdin/' \
     142    -i configure</userinput></screen>
    135143
    136144    <para>
     
    142150            --sysconfdir=/etc                \
    143151            --libdir=/usr/lib                \
    144             --disable-regenerate-docu        \
    145152            --enable-securedir=/lib/security \
    146153            --docdir=/usr/share/doc/Linux-PAM-&linux-pam-version; &amp;&amp;
     
    228235
    229236    <para>
    230       <parameter>--disable-regenerate-docu</parameter> : This switch prevents
    231      this version of the package trying to build its documentation, and failing,
    232      if the required dependencies <emphasis>except</emphasis>
    233      <xref linkend="w3m"/> are present, but <xref linkend="Links"/> is present.
    234      Remove this switch if you have installed w3m (or elinks, with a link so it
    235      can be invoked as 'links').
     237      <option>--disable-regenerate-docu</option> : If the needed dependencies
     238      (<xref linkend="DocBook"/>, <xref linkend="docbook-xsl"/>, <xref
     239      linkend="libxslt"/>, and <xref linkend="lynx"/> or <ulink
     240      url="&w3m-url;">W3m</ulink>) are installed, the manual pages, and the
     241      html and text documentations are (re)generated and installed.
     242      Furthermore, if <xref linkend="fop"/> is installed, the PDF
     243      documentation is generated and installed. Use this switch if you do not
     244      want to rebuild the documentation.
    236245    </para>
    237246
Note: See TracChangeset for help on using the changeset viewer.