diff options
author | Simon Perreault <nomis80@videotron.ca> | 2001-05-03 23:54:04 +0000 |
---|---|---|
committer | Simon Perreault <nomis80@videotron.ca> | 2001-05-03 23:54:04 +0000 |
commit | 7fd5797008415f5fcc49efc765f34606811942d1 (patch) | |
tree | 5983a90870fb7a9af4379ba2cac7ec0fd7cd1aa2 /chapter05 | |
parent | 4294b908cdfc273ab96d371975016b987cb1af1f (diff) |
Removed the installation of a static gettext from chapter 5.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@566 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter05')
-rw-r--r-- | chapter05/chapter05.xml | 1 | ||||
-rw-r--r-- | chapter05/gettext-inst.xml | 17 | ||||
-rw-r--r-- | chapter05/gettext.xml | 8 |
3 files changed, 0 insertions, 26 deletions
diff --git a/chapter05/chapter05.xml b/chapter05/chapter05.xml index 21dee4955..cf255efe1 100644 --- a/chapter05/chapter05.xml +++ b/chapter05/chapter05.xml @@ -19,7 +19,6 @@ &c5-textutils; &c5-mawk; &c5-texinfo; -&c5-gettext; &c5-pwdgroup; &c5-oldnsslib; &c5-proc; diff --git a/chapter05/gettext-inst.xml b/chapter05/gettext-inst.xml deleted file mode 100644 index 210ef82ae..000000000 --- a/chapter05/gettext-inst.xml +++ /dev/null @@ -1,17 +0,0 @@ -<sect2> -<title>Installation of Gettext</title> - -<para> -Install Gettext by running the following commands: -</para> - -<blockquote><literallayout> - <userinput>./configure --disable-nls &&</userinput> - <userinput>make -C lib &&</userinput> - <userinput>make -C intl &&</userinput> - <userinput>make -C src LDFLAGS=-all-static msgfmt &&</userinput> - <userinput>cp src/msgfmt $LFS/usr/bin</userinput> -</literallayout></blockquote> - -</sect2> - diff --git a/chapter05/gettext.xml b/chapter05/gettext.xml deleted file mode 100644 index d45f63972..000000000 --- a/chapter05/gettext.xml +++ /dev/null @@ -1,8 +0,0 @@ -<sect1 id="ch05-gettext"> -<title>Installing Gettext</title> - -&c5-gettext-inst; -&aa-gettext-desc; - -</sect1> - |