Ignore:
Timestamp:
Feb 21, 2006, 9:23:04 AM (19 years ago)
Author:
Jim Gifford <clfs@…>
Children:
193b7dd
Parents:
b8fddc7
Message:

r781@server (orig r779): jim | 2005-11-30 22:14:06 -0800

r836@server: jim | 2005-11-30 22:13:02 -0800
Text updates to final-system


File:
1 edited

Legend:

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

    rb8fddc7 re6423a01  
    4242    <para os="a">Prepare Texinfo for compilation:</para>
    4343
    44 <screen><userinput>./configure --prefix=/usr</userinput></screen>
     44<screen os="b"><userinput>./configure --prefix=/usr</userinput></screen>
    4545
    46     <para os="b">Compile the package:</para>
     46    <para os="c">Compile the package:</para>
    4747
    48 <screen os="c"><userinput>make</userinput></screen>
     48<screen os="d"><userinput>make</userinput></screen>
    4949
    50     <para os="d">To test the results, issue:
     50    <para os="e">To test the results, issue:
    5151    <userinput>make check</userinput>.</para>
    5252
    53     <para os="e">Install the package:</para>
     53    <para os="f">Install the package:</para>
    5454
    55 <screen os="f"><userinput>make install</userinput></screen>
     55<screen os="g"><userinput>make install</userinput></screen>
    5656
    57     <para os="g">Optionally, install the components belonging in a TeX
     57    <para os="h">Optionally, install the components belonging in a TeX
    5858    installation:</para>
    5959
    60 <screen os="h"><userinput>make TEXMF=/usr/share/texmf install-tex</userinput></screen>
     60<screen os="i"><userinput>make TEXMF=/usr/share/texmf install-tex</userinput></screen>
    6161
    62     <variablelist os="i">
     62    <variablelist os="j">
    6363      <title>The meaning of the make parameter:</title>
    6464
     
    7474    </variablelist>
    7575
    76     <para os="j">The Info documentation system uses a plain text file to hold
     76    <para os="k">The Info documentation system uses a plain text file to hold
    7777    its list of menu entries. The file is located at
    7878    <filename>/usr/share/info/dir</filename>. Unfortunately, due to occasional
     
    8282    the following optional commands will accomplish the task:</para>
    8383
    84 <screen os="k"><userinput>cd /usr/share/info
     84<screen os="l"><userinput>cd /usr/share/info
    8585rm dir
    8686for f in *
Note: See TracChangeset for help on using the changeset viewer.