Changeset 1eac9eb


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

Files:
10 edited
1 moved

Legend:

Unmodified
Added
Removed
  • archive/w3m.xml

    rd38dc9a r1eac9eb  
    1717
    1818  <sect1info>
    19     <othername>$LastChangedBy$</othername>
    20     <date>$Date$</date>
     19    <othername>$LastChangedBy: pierre $</othername>
     20    <date>$Date: 2019-02-15 22:01:29 +0100 (ven. 15 févr. 2019) $</date>
    2121  </sect1info>
    2222
  • general.ent

    rd38dc9a r1eac9eb  
    6464<!ENTITY appstream-glib-url   "http://people.freedesktop.org/~hughsient/appstream-glib/releases">
    6565<!ENTITY elinks-url           "http://elinks.or.cz">
     66<!ENTITY w3m-url              "http://w3m.sourceforge.net/">
    6667
    6768<!-- These entities are used to identify versions of LFS
  • general/graphlib/gegl.xml

    rd38dc9a r1eac9eb  
    101101      <xref linkend="gobject-introspection"/>,
    102102      <xref linkend="vala"/>,
    103       <xref linkend="w3m"/>,
    104103      <xref linkend="gexiv2"/>,
    105104      <ulink url="http://lensfun.sourceforge.net/">lensfun</ulink>,
     
    109108      <ulink url="http://luajit.org/luajit.html">LuaJIT</ulink>,
    110109      <ulink url="https://github.com/hodefoting/mrg/releases">MRG</ulink>,
    111       <ulink url="https://www.khronos.org/opencl/">OpenCL</ulink> (for tests), and
    112       <ulink url="http://www.openexr.org">OpenEXR</ulink>
     110      <ulink url="https://www.khronos.org/opencl/">OpenCL</ulink> (for tests),
     111      <ulink url="http://www.openexr.org">OpenEXR</ulink>, and
     112      <ulink url="&w3m-url;">W3m</ulink>
    113113    </para>
    114114
  • introduction/welcome/changelog.xml

    rd38dc9a r1eac9eb  
    4242    </listitem>
    4343    -->
     44    <listitem>
     45      <para>April 20th, 2019</para>
     46      <itemizedlist>
     47        <listitem>
     48          <para>[pierre] - Archive W3m and allow Linux-pam documentation to
     49          be generated with lynx.</para>
     50        </listitem>
     51      </itemizedlist>
     52    </listitem>
     53
    4454    <listitem>
    4555      <para>April 19th, 2019</para>
  • networking/mailnews/mutt.xml

    rd38dc9a r1eac9eb  
    9393      <xref linkend="libxslt"/> and either
    9494      <xref linkend="lynx"/>,
    95       <xref linkend="w3m"/>, or
     95      <ulink url="&w3m-url;">W3m</ulink>, or
    9696      <ulink url="&elinks-url;">ELinks</ulink>
    9797    </para>
  • networking/textweb/textweb.xml

    rd38dc9a r1eac9eb  
    3232  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="links.xml"/>
    3333  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="lynx.xml"/>
    34   <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="w3m.xml"/>
     34<!--  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="w3m.xml"/>-->
    3535
    3636</chapter>
  • 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
  • pst/sgml/docbook-utils.xml

    rd38dc9a r1eac9eb  
    8585      <xref role="runtime" linkend="lynx"/> or
    8686      <xref role="runtime" linkend="Links"/> or
    87       <xref role="runtime" linkend="w3m"/> (for conversion to ASCII text)
     87      <ulink role="runtime" url="&w3m-url;">W3m</ulink>
     88      (for conversion to ASCII text)
    8889    </para>
    8990
  • pst/xml/xmlto.xml

    rd38dc9a r1eac9eb  
    8484      <xref role="runtime" linkend="Links"/>,
    8585      <xref role="runtime" linkend="lynx"/>,
    86       <xref role="runtime" linkend="w3m"/>, or
     86      <ulink url="&w3m-url;">W3m</ulink>, or
    8787      <ulink url="&elinks-url;">ELinks</ulink>
    8888    </para>
  • x/installing/x7lib.xml

    rd38dc9a r1eac9eb  
    162162    <xref linkend="Links"/>,
    163163    <xref linkend="lynx"/>,
    164     and <xref linkend="w3m"/> (to generate additional PDF or text
     164    and <ulink url="&w3m-url;">W3m</ulink> (to generate additional PDF or text
    165165    documentation for the libXfont package).</para>
    166166
  • xsoft/other/xdg-utils.xml

    rd38dc9a r1eac9eb  
    7979      <xref linkend="xmlto"/> with one of
    8080      <xref linkend="lynx"/>,
    81       <xref linkend="w3m"/>, or
    82       <xref linkend="Links"/>
     81      <xref linkend="Links"/>, or
     82      <ulink url="&w3m-url;">W3m</ulink>
    8383    </para>
    8484
Note: See TracChangeset for help on using the changeset viewer.