Ignore:
Timestamp:
Feb 21, 2006, 1:23:04 AM (18 years ago)
Author:
Jim Gifford <clfs@…>
Branches:
clfs-1.2, clfs-2.1, clfs-3.0.0-systemd, clfs-3.0.0-sysvinit, master, systemd, sysvinit
Children:
69caf2f
Parents:
82fedc4
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
  • BOOK/final-system/common/automake.xml

    r82fedc4 re0e40d3  
    3737    <para os="a">Prepare Automake for compilation:</para>
    3838
    39 <screen><userinput>./configure --prefix=/usr</userinput></screen>
    40 
    41     <para os="b">Compile the package:</para>
    42 
    43 <screen os="c"><userinput>make</userinput></screen>
    44 
    45     <para os="d">To test the results, issue:
     39<screen os="b"><userinput>./configure --prefix=/usr</userinput></screen>
     40
     41    <para os="c">Compile the package:</para>
     42
     43<screen os="d"><userinput>make</userinput></screen>
     44
     45    <para os="e">To test the results, issue:
    4646    <userinput>make check</userinput>.</para>
    4747
    48     <para os="e">Install the package:</para>
    49 
    50 <screen os="f"><userinput>make install</userinput></screen>
     48    <para os="f">Install the package:</para>
     49
     50<screen os="g"><userinput>make install</userinput></screen>
    5151
    5252  </sect2>
Note: See TracChangeset for help on using the changeset viewer.