Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • BOOK/final-system/common/automake.xml

    raffaea5 r686839b  
    2828    <para os="a">Prepare Automake for compilation:</para>
    2929
    30 <screen os="b"><userinput>./configure --prefix=/usr --docdir=/usr/share/doc/automake-&automake-version;</userinput></screen>
     30<screen os="b"><userinput>./configure --prefix=/usr</userinput></screen>
    3131
    3232    <para os="c">Compile the package:</para>
     
    5252
    5353      <seglistitem>
    54         <seg>aclocal, aclocal-&automake-version2;, automake,
     54        <seg>acinstall, aclocal, aclocal-&automake-version2;, automake,
    5555        automake-&automake-version2;, compile, config.guess, config.sub,
    56         depcomp, install-sh, mdate-sh, missing, mkinstalldirs,
     56        depcomp, elisp-comp, install-sh, mdate-sh, missing, mkinstalldirs,
    5757        py-compile, symlink-tree, and ylwrap</seg>
    5858        <seg>/usr/share/aclocal-&automake-version2;,
     
    6565      <?dbfo list-presentation="list"?>
    6666      <?dbhtml list-presentation="table"?>
     67
     68      <varlistentry id="acinstall">
     69        <term><command>acinstall</command></term>
     70        <listitem>
     71          <para>A script that installs aclocal-style M4 files</para>
     72          <indexterm zone="ch-system-automake acinstall">
     73            <primary sortas="b-acinstall">acinstall</primary>
     74          </indexterm>
     75        </listitem>
     76      </varlistentry>
    6777
    6878      <varlistentry id="aclocal">
     
    158168      </varlistentry>
    159169
     170      <varlistentry id="elisp-comp">
     171        <term><command>elisp-comp</command></term>
     172        <listitem>
     173          <para>Byte-compiles Emacs Lisp code</para>
     174          <indexterm zone="ch-system-automake elisp-comp">
     175            <primary sortas="b-elisp-comp">elisp-comp</primary>
     176          </indexterm>
     177        </listitem>
     178      </varlistentry>
     179
    160180      <varlistentry id="install-sh">
    161181        <term><command>install-sh</command></term>
Note: See TracChangeset for help on using the changeset viewer.