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/m4.xml

    rb8fddc7 re6423a01  
    3434    <title>Installation of M4</title>
    3535
    36     <para>Prepare M4 for compilation:</para>
     36    <para os="a">Prepare M4 for compilation:</para>
    3737
    38 <screen><userinput>./configure --prefix=/usr</userinput></screen>
     38<screen os="b"><userinput>./configure --prefix=/usr</userinput></screen>
    3939
    40     <para>Compile the package:</para>
     40    <para os="c">Compile the package:</para>
    4141
    42 <screen><userinput>make</userinput></screen>
     42<screen os="d"><userinput>make</userinput></screen>
    4343
    44     <para>To test the results, issue:
     44    <para os="e">To test the results, issue:
    4545    <userinput>make check</userinput>.</para>
    4646
    47     <para>Install the package:</para>
     47    <para os="f">Install the package:</para>
    4848
    49 <screen><userinput>make install</userinput></screen>
     49<screen os="g"><userinput>make install</userinput></screen>
    5050
    5151  </sect2>
Note: See TracChangeset for help on using the changeset viewer.