Changeset 2686

Show
Ignore:
Timestamp:
09/18/06 03:09:47 (2 years ago)
Author:
chris@beaker67.com
Message:

Removed references to TeX

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • branches/clfs-1.0/BOOK/final-system/common/texinfo.xml

    r1583 r2686  
    4646<screen os="g"><userinput>make install</userinput></screen> 
    4747 
    48     <para os="h">Optionally, install the components belonging in a TeX 
    49     installation:</para> 
    50  
    51 <screen os="i"><userinput>make TEXMF=/usr/share/texmf install-tex</userinput></screen> 
    52  
    53     <variablelist os="j"> 
    54       <title>The meaning of the make parameter:</title> 
    55  
    56       <varlistentry> 
    57         <term><parameter>TEXMF=/usr/share/texmf</parameter></term> 
    58         <listitem> 
    59           <para>The <envar>TEXMF</envar> makefile variable holds the location 
    60           of the root of the TeX tree if, for example, a TeX package will be 
    61           installed later.</para> 
    62         </listitem> 
    63       </varlistentry> 
    64  
    65     </variablelist> 
    66  
    67     <para os="k">The Info documentation system uses a plain text file to hold 
     48    <para os="h">The Info documentation system uses a plain text file to hold 
    6849    its list of menu entries. The file is located at 
    6950    <filename>/usr/share/info/dir</filename>. Unfortunately, due to occasional 
     
    7354    the following optional commands will accomplish the task:</para> 
    7455 
    75 <screen os="l" role="nodump"><userinput>cd /usr/share/info 
     56<screen os="i" role="nodump"><userinput>cd /usr/share/info 
    7657rm dir 
    7758for f in * 
  • branches/clfs-1.0/BOOK/final-system/multilib/texinfo.xml

    r779 r2686  
    6464    xpointer="xpointer(//*[@os='i'])"/> 
    6565 
    66     <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" 
    67     href="../common/texinfo.xml" 
    68     xpointer="xpointer(//*[@os='j'])"/> 
    69  
    70     <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" 
    71     href="../common/texinfo.xml" 
    72     xpointer="xpointer(//*[@os='k'])"/> 
    73  
    74     <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" 
    75     href="../common/texinfo.xml" 
    76     xpointer="xpointer(//*[@os='l'])"/> 
    77  
    7866  </sect2> 
    7967 
  • branches/clfs-1.0/BOOK/introduction/common/changelog.xml

    r2671 r2686  
    3838 
    3939    <listitem> 
     40      <para>September 18, 2006</para> 
     41      <itemizedlist> 
     42        <listitem> 
     43          <para>[Chris] - Removed TeX installation commands from Texinfo 
     44          instructions.</para> 
     45        </listitem> 
     46      </itemizedlist> 
     47    </listitem> 
     48 
     49    <listitem> 
    4050      <para>September 16, 2006</para> 
    4151      <itemizedlist>