Changeset 013bb45 for chapter06/m4.xml


Ignore:
Timestamp:
02/05/2006 01:19:25 PM (19 years ago)
Author:
Manuel Canales Esparcia <manuel@…>
Children:
f553044
Parents:
0a78553
Message:

Ported r7351 from trunk to udev_update branch.

git-svn-id: http://svn.linuxfromscratch.org/LFS/branches/udev_update/BOOK@7352 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689

File:
1 edited

Legend:

Unmodified
Added
Removed
  • chapter06/m4.xml

    r0a78553 r013bb45  
    11<?xml version="1.0" encoding="ISO-8859-1"?>
    2 <!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.4//EN" "http://www.oasis-open.org/docbook/xml/4.4/docbookx.dtd" [
     2<!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.4//EN"
     3  "http://www.oasis-open.org/docbook/xml/4.4/docbookx.dtd" [
    34  <!ENTITY % general-entities SYSTEM "../general.ent">
    45  %general-entities;
    56]>
     7
    68<sect1 id="ch-system-m4" role="wrap">
    7 <title>M4-&m4-version;</title>
    8 <?dbhtml filename="m4.html"?>
     9  <?dbhtml filename="m4.html"?>
    910
    10 <indexterm zone="ch-system-m4"><primary sortas="a-M4">M4</primary></indexterm>
     11  <title>M4-&m4-version;</title>
    1112
    12 <sect2 role="package"><title/>
    13 <para>The M4 package contains a macro processor.</para>
     13  <indexterm zone="ch-system-m4">
     14    <primary sortas="a-M4">M4</primary>
     15  </indexterm>
    1416
    15 <segmentedlist>
    16 <segtitle>&buildtime;</segtitle>
    17 <segtitle>&diskspace;</segtitle>
    18 <seglistitem><seg>0.1 SBU</seg><seg>2.8 MB</seg></seglistitem>
    19 </segmentedlist>
     17  <sect2 role="package">
     18    <title/>
    2019
    21 <segmentedlist>
    22 <segtitle>&dependencies;</segtitle>
    23 <seglistitem><seg>Bash, Binutils, Coreutils, Diffutils, GCC,
    24 Gettext, Glibc, Grep, Make, Perl, and Sed</seg></seglistitem>
    25 </segmentedlist>
    26 </sect2>
     20    <para>The M4 package contains a macro processor.</para>
    2721
    28 <sect2 role="installation">
    29 <title>Installation of M4</title>
     22    <segmentedlist>
     23      <segtitle>&buildtime;</segtitle>
     24      <segtitle>&diskspace;</segtitle>
    3025
    31 <para>Prepare M4 for compilation:</para>
     26      <seglistitem>
     27        <seg>0.1 SBU</seg>
     28        <seg>2.8 MB</seg>
     29      </seglistitem>
     30    </segmentedlist>
     31
     32    <segmentedlist>
     33      <segtitle>&dependencies;</segtitle>
     34
     35      <seglistitem>
     36        <seg>Bash, Binutils, Coreutils, Diffutils, GCC, Gettext, Glibc,
     37        Grep, Make, Perl, and Sed</seg>
     38      </seglistitem>
     39    </segmentedlist>
     40
     41  </sect2>
     42
     43  <sect2 role="installation">
     44    <title>Installation of M4</title>
     45
     46    <para>Prepare M4 for compilation:</para>
    3247
    3348<screen><userinput>./configure --prefix=/usr</userinput></screen>
    3449
    35 <para>Compile the package:</para>
     50    <para>Compile the package:</para>
    3651
    3752<screen><userinput>make</userinput></screen>
    3853
    39 <para>To test the results, issue:
    40 <userinput>make check</userinput>.</para>
     54    <para>To test the results, issue:
     55    <userinput>make check</userinput>.</para>
    4156
    42 <para>Install the package:</para>
     57    <para>Install the package:</para>
    4358
    4459<screen><userinput>make install</userinput></screen>
    4560
    46 </sect2>
     61  </sect2>
    4762
    4863
    49 <sect2 id="contents-m4" role="content"><title>Contents of M4</title>
     64  <sect2 id="contents-m4" role="content">
     65    <title>Contents of M4</title>
    5066
    51 <segmentedlist>
    52 <segtitle>Installed program</segtitle>
    53 <seglistitem><seg>m4</seg></seglistitem>
    54 </segmentedlist>
     67    <segmentedlist>
     68      <segtitle>Installed program</segtitle>
    5569
    56 <variablelist><bridgehead renderas="sect3">Short Descriptions</bridgehead>
    57 <?dbfo list-presentation="list"?>
    58 <?dbhtml list-presentation="table"?>
     70      <seglistitem>
     71        <seg>m4</seg>
     72      </seglistitem>
     73    </segmentedlist>
    5974
    60 <varlistentry id="m4">
    61 <term><command>m4</command></term>
    62 <listitem>
    63 <para>copies the given files while expanding the macros that they
    64 contain. These macros are either built-in or user-defined and can take
    65 any number of arguments. Besides performing macro expansion,
    66 <command>m4</command> has
    67 built-in functions for including named files, running Unix commands,
    68 performing integer arithmetic, manipulating text, recursion, etc. The
    69 <command>m4</command> program can be used either as a front-end to a compiler or as a
    70 macro processor in its own right.</para>
    71 <indexterm zone="ch-system-m4 m4"><primary sortas="b-m4">m4</primary></indexterm>
    72 </listitem>
    73 </varlistentry>
    74 </variablelist>
     75    <variablelist>
     76      <bridgehead renderas="sect3">Short Descriptions</bridgehead>
     77      <?dbfo list-presentation="list"?>
     78      <?dbhtml list-presentation="table"?>
    7579
    76 </sect2>
     80      <varlistentry id="m4">
     81        <term><command>m4</command></term>
     82        <listitem>
     83          <para>copies the given files while expanding the macros that they
     84          contain. These macros are either built-in or user-defined and can
     85          take any number of arguments. Besides performing macro expansion,
     86          <command>m4</command> has built-in functions for including named
     87          files, running Unix commands, performing integer arithmetic,
     88          manipulating text, recursion, etc. The <command>m4</command> program
     89          can be used either as a front-end to a compiler or as a macro processor
     90          in its own right.</para>
     91          <indexterm zone="ch-system-m4 m4">
     92            <primary sortas="b-m4">m4</primary>
     93          </indexterm>
     94        </listitem>
     95      </varlistentry>
     96
     97    </variablelist>
     98
     99  </sect2>
    77100
    78101</sect1>
    79 
Note: See TracChangeset for help on using the changeset viewer.