diff options
author | Bruce Dubbs <bdubbs@linuxfromscratch.org> | 2013-08-19 21:35:01 +0000 |
---|---|---|
committer | Bruce Dubbs <bdubbs@linuxfromscratch.org> | 2013-08-19 21:35:01 +0000 |
commit | b5b97081a932b0efb46b407511e29176b615ab22 (patch) | |
tree | 4b34a94b4fccffb9f44d3d8091908a9ce343a31e /chapter06/automake.xml | |
parent | 1b40540233b2d50bce2b424e0eea4ed7cfff1f4e (diff) |
Updates to file and library contenets.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@10320 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter06/automake.xml')
-rw-r--r-- | chapter06/automake.xml | 24 |
1 files changed, 2 insertions, 22 deletions
diff --git a/chapter06/automake.xml b/chapter06/automake.xml index f91469d8c..02f8022f2 100644 --- a/chapter06/automake.xml +++ b/chapter06/automake.xml @@ -74,8 +74,8 @@ <seglistitem> <seg>acinstall, aclocal, aclocal-&am-minor-version;, automake, automake-&am-minor-version;, compile, config.guess, config.sub, - depcomp, elisp-comp, install-sh, mdate-sh, missing, mkinstalldirs, - py-compile, symlink-tree, and ylwrap</seg> + depcomp, install-sh, mdate-sh, missing, mkinstalldirs, + py-compile, and ylwrap</seg> <seg>/usr/share/aclocal-&am-minor-version;, /usr/share/automake-&am-minor-version;, /usr/share/doc/automake-&automake-version;</seg> </seglistitem> @@ -186,16 +186,6 @@ </listitem> </varlistentry> - <varlistentry id="elisp-comp"> - <term><command>elisp-comp</command></term> - <listitem> - <para>Byte-compiles Emacs Lisp code</para> - <indexterm zone="ch-system-automake elisp-comp"> - <primary sortas="b-elisp-comp">elisp-comp</primary> - </indexterm> - </listitem> - </varlistentry> - <varlistentry id="install-sh"> <term><command>install-sh</command></term> <listitem> @@ -248,16 +238,6 @@ </listitem> </varlistentry> - <varlistentry id="symlink-tree"> - <term><command>symlink-tree</command></term> - <listitem> - <para>A script to create a symlink tree of a directory tree</para> - <indexterm zone="ch-system-automake symlink-tree"> - <primary sortas="b-symlink-tree">symlink-tree</primary> - </indexterm> - </listitem> - </varlistentry> - <varlistentry id="ylwrap"> <term><command>ylwrap</command></term> <listitem> |