Changeset 51cbbb6 in clfs-sysroot


Ignore:
Timestamp:
Oct 14, 2006, 2:26:46 PM (18 years ago)
Author:
Joe Ciccone <jciccone@…>
Branches:
master
Children:
d847aa5
Parents:
967ae7d
Message:

Removed references to TeX.

Location:
BOOK
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • BOOK/final-system/common/texinfo.xml

    r967ae7d r51cbbb6  
    4444<screen os="f"><userinput>make DESTDIR=${CLFS} install</userinput></screen>
    4545
    46     <para os="g">Optionally, install the components belonging in a TeX
    47     installation:</para>
    48 
    49 <screen os="h"><userinput>make DESTDIR=${CLFS} TEXMF=/usr/share/texmf install-tex</userinput></screen>
    50 
    51     <variablelist os="i">
    52       <title>The meaning of the make parameter:</title>
    53 
    54       <varlistentry>
    55         <term><parameter>TEXMF=/usr/share/texmf</parameter></term>
    56         <listitem>
    57           <para>The <envar>TEXMF</envar> makefile variable holds the location
    58           of the root of the TeX tree if, for example, a TeX package will be
    59           installed later.</para>
    60         </listitem>
    61       </varlistentry>
    62 
    63     </variablelist>
    64 
    65     <para os="j">The Info documentation system uses a plain text file to hold
     46    <para os="g">The Info documentation system uses a plain text file to hold
    6647    its list of menu entries. The file is located at
    6748    <filename>/usr/share/info/dir</filename>. Unfortunately, due to occasional
     
    7152    the following optional commands will accomplish the task:</para>
    7253
    73 <screen os="k" role="nodump"><userinput>cd ${CLFS}/usr/share/info
     54<screen os="h" role="nodump"><userinput>cd ${CLFS}/usr/share/info
    7455rm dir
    7556for f in *
  • BOOK/introduction/common/changelog.xml

    r967ae7d r51cbbb6  
    3838
    3939    <listitem>
     40      <para>October 14, 2006</para>
     41      <itemizedlist>
     42        <listitem>
     43          <para>[jciccone] - Removed TeX installation commands from Texinfo
     44          instructions.</para>
     45        </listitem>
     46      </itemizedlist>
     47    </listitem>
     48
     49    <listitem>
    4050      <para>October 5, 2006</para>
    4151      <itemizedlist>
Note: See TracChangeset for help on using the changeset viewer.