diff options
author | Greg Schafer <greg@linuxfromscratch.org> | 2003-12-18 02:45:43 +0000 |
---|---|---|
committer | Greg Schafer <greg@linuxfromscratch.org> | 2003-12-18 02:45:43 +0000 |
commit | d64eaeb71c9664c86ae9e1682daa03765aba045f (patch) | |
tree | 738e156897ae61d5c09af86abd4ef81d5da01c60 /appendixa | |
parent | 84e4cae928b0fd16b3c6b22e2072304094beed3e (diff) |
Upgraded to Autoconf-2.59, Automake-1.8 and Gettext-0.13.1.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@3140 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'appendixa')
-rw-r--r-- | appendixa/automake-desc.xml | 3 | ||||
-rw-r--r-- | appendixa/automake-shortdesc.xml | 4 | ||||
-rw-r--r-- | appendixa/gettext-desc.xml | 3 | ||||
-rw-r--r-- | appendixa/gettext-shortdesc.xml | 2 |
4 files changed, 9 insertions, 3 deletions
diff --git a/appendixa/automake-desc.xml b/appendixa/automake-desc.xml index c564278e8..c799cbcf8 100644 --- a/appendixa/automake-desc.xml +++ b/appendixa/automake-desc.xml @@ -44,6 +44,9 @@ tree.</para> <para><command>py-compile</command> compiles a Python program.</para> +<para><command>symlink-tree</command> is a script to create a symlink tree of +a directory tree.</para> + <para><command>ylwrap</command> is a wrapper for lex and yacc.</para> </sect2> diff --git a/appendixa/automake-shortdesc.xml b/appendixa/automake-shortdesc.xml index b81651a01..809525f4f 100644 --- a/appendixa/automake-shortdesc.xml +++ b/appendixa/automake-shortdesc.xml @@ -5,8 +5,8 @@ <para>Automake generates Makefile.in files, intended for use with Autoconf.</para> <para><emphasis>Installed programs</emphasis>: acinstall, aclocal, -aclocal-1.7, automake, automake-1.7, compile, config.guess, config.sub, +aclocal-1.8, automake, automake-1.8, compile, config.guess, config.sub, depcomp, elisp-comp, install-sh, mdate-sh, missing, mkinstalldirs, py-compile, -ylwrap</para> +symlink-tree, ylwrap</para> </sect2> diff --git a/appendixa/gettext-desc.xml b/appendixa/gettext-desc.xml index 8d6495c42..13bb64745 100644 --- a/appendixa/gettext-desc.xml +++ b/appendixa/gettext-desc.xml @@ -12,6 +12,9 @@ character encoding aliases.</para> variables, describing how to set the runtime search path of shared libraries in an executable.</para> +<para><command>envsubst</command> substitutes environment variables in shell +format strings.</para> + <para><command>gettext</command> translates a natural language message into the user's language, by looking up the translation in a message catalog.</para> diff --git a/appendixa/gettext-shortdesc.xml b/appendixa/gettext-shortdesc.xml index 07dfd694b..fc122b4bf 100644 --- a/appendixa/gettext-shortdesc.xml +++ b/appendixa/gettext-shortdesc.xml @@ -8,7 +8,7 @@ localization. Programs can be compiled with Native Language Support language.</para> <para><emphasis>Installed programs</emphasis>: autopoint, config.charset, -config.rpath, gettext, gettextize, hostname, msgattrib, msgcat, msgcmp, +config.rpath, envsubst, gettext, gettextize, hostname, msgattrib, msgcat, msgcmp, msgcomm, msgconv, msgen, msgexec, msgfilter, msgfmt, msggrep, msginit, msgmerge, msgunfmt, msguniq, ngettext, project-id, team-address, trigger, urlget, user-email and xgettext</para> |