Changeset 9d227199


Ignore:
Timestamp:
08/24/2005 02:56:18 PM (19 years ago)
Author:
Randy McMurchy <randy@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 6.2, 6.2.0, 6.2.0-rc1, 6.2.0-rc2, 6.3, 6.3-rc1, 6.3-rc2, 6.3-rc3, 7.10, 7.4, 7.5, 7.6, 7.6-blfs, 7.6-systemd, 7.7, 7.8, 7.9, 8.0, 8.1, 8.2, 8.3, 8.4, 9.0, 9.1, basic, bdubbs/svn, elogind, gnome, kde5-13430, kde5-14269, kde5-14686, kea, ken/TL2024, ken/inkscape-core-mods, ken/tuningfonts, krejzi/svn, lazarus, lxqt, nosym, perl-modules, plabs/newcss, plabs/python-mods, python3.11, qt5new, rahul/power-profiles-daemon, renodr/vulkan-addition, systemd-11177, systemd-13485, trunk, upgradedb, xry111/intltool, xry111/llvm18, xry111/soup3, xry111/test-20220226, xry111/xf86-video-removal
Children:
361df3e
Parents:
cbcc71f1
Message:

Updated SLIB to use Tex instead of Lynx to create the text documentation

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

Files:
3 edited

Legend:

Unmodified
Added
Removed
  • general.ent

    rcbcc71f1 r9d227199  
    1 <!ENTITY day          "22">
     1<!ENTITY day          "24">
    22<!ENTITY month        "08">
    33<!ENTITY year         "2005">
    44<!ENTITY version      "svn-&year;&month;&day;">
    5 <!ENTITY releasedate  "August &day;nd, &year;">
     5<!ENTITY releasedate  "August &day;th, &year;">
    66<!ENTITY pubdate      "&year;-&month;-&day;"> <!-- metadata req. by TLDP -->
    77<!ENTITY blfs-version "svn">                  <!-- svn|[release #] -->
  • general/genlib/slib.xml

    rcbcc71f1 r9d227199  
    6666      <listitem>
    6767        <para>Required Patch: <ulink
    68         url="&patch-root;/slib-&slib-version;-blfs_install-1.patch"/></para>
     68        url="&patch-root;/slib-&slib-version;-blfs_install-2.patch"/></para>
    6969      </listitem>
    7070    </itemizedlist>
     
    7676
    7777    <bridgehead renderas="sect4">Optional (to Build Documentation)</bridgehead>
    78     <para><xref linkend="tex"/> and <xref linkend="lynx"/></para>
     78    <para><xref linkend="tex"/></para>
    7979
    8080  </sect2>
     
    8686    commands:</para>
    8787
    88 <screen><userinput>patch -Np1 -i ../slib-&slib-version;-blfs_install-1.patch &amp;&amp;
     88<screen><userinput>patch -Np1 -i ../slib-&slib-version;-blfs_install-2.patch &amp;&amp;
    8989sed -i 's|\*vicinity-suffix\*)|"/")|' guile.init &amp;&amp;
    9090make</userinput></screen>
    9191
    92     <para>If you have <application>TeX</application> installed and you wish to
    93     build the PDF, Postscript and HTML documentation, issue the following
    94     commands:</para>
     92    <para>If you have <application>TeX</application> installed and wish to
     93    build PDF, Postscript, HTML and text documentation, issue any or all of
     94    the following commands:</para>
    9595
    9696<screen><userinput>make pdfdocs &amp;&amp;
    9797make psdocs &amp;&amp;
    98 make htmldocs</userinput></screen>
    99 
    100     <para>If you built the HTML documentation and you wish to build the text
    101     documentation (requires <application>Lynx</application>), issue the
    102     following command:</para>
    103 
    104 <screen><userinput>make txtdocs</userinput></screen>
     98make htmldocs &amp;&amp;
     99make txtdocs</userinput></screen>
    105100
    106101    <para>This package does not come with a test suite.</para>
  • introduction/welcome/changelog.xml

    rcbcc71f1 r9d227199  
    4343
    4444    <listitem>
     45      <para>August 24th, 2005</para>
     46      <itemizedlist>
     47        <listitem>
     48          <para>[randy] - Modified SLIB instructions to use TeX instead of
     49          Lynx to create the text documentation.</para>
     50        </listitem>
     51      </itemizedlist>
     52    </listitem>
     53
     54    <listitem>
    4555      <para>August 22nd, 2005</para>
    4656      <itemizedlist>
Note: See TracChangeset for help on using the changeset viewer.