aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSimon Perreault <nomis80@videotron.ca>2001-05-03 23:54:04 +0000
committerSimon Perreault <nomis80@videotron.ca>2001-05-03 23:54:04 +0000
commit7fd5797008415f5fcc49efc765f34606811942d1 (patch)
tree5983a90870fb7a9af4379ba2cac7ec0fd7cd1aa2
parent4294b908cdfc273ab96d371975016b987cb1af1f (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
-rw-r--r--chapter01/changelog.xml9
-rw-r--r--chapter05/chapter05.xml1
-rw-r--r--chapter05/gettext-inst.xml17
-rw-r--r--chapter05/gettext.xml8
-rw-r--r--index.xml2
5 files changed, 9 insertions, 28 deletions
diff --git a/chapter01/changelog.xml b/chapter01/changelog.xml
index b8b301c6e..e457244ba 100644
--- a/chapter01/changelog.xml
+++ b/chapter01/changelog.xml
@@ -107,6 +107,10 @@ Chapter 5: Added the notice about an old version of install-info.
</para></listitem>
<listitem><para>
+Chapter 5: Removed the installation of a static gettext.
+</para></listitem>
+
+<listitem><para>
Chapter 6: Changed libexecdir=/usr/bin in fileutils to libexecdir=/bin.
</para></listitem>
@@ -192,6 +196,11 @@ notes and suggest creating the /etc/lfs-&version; file.
Appendix A: Added the description of the Netkit-base and Net-tools packages.
</para></listitem>
+<listitem><para>
+Everywhere: Added numerous FHS compliance notes. These instructions can be
+followed if one wishes to build a fully FHS-compliant system.
+</para></listitem>
+
</itemizedlist>
</sect1>
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 &amp;&amp;</userinput>
- <userinput>make -C lib &amp;&amp;</userinput>
- <userinput>make -C intl &amp;&amp;</userinput>
- <userinput>make -C src LDFLAGS=-all-static msgfmt &amp;&amp;</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>
-
diff --git a/index.xml b/index.xml
index 863fe0adf..bb3fdf4a2 100644
--- a/index.xml
+++ b/index.xml
@@ -178,8 +178,6 @@
<!ENTITY c5-mawk-inst SYSTEM "intel/chapter5/mawk-inst.xml">
<!ENTITY c5-texinfo SYSTEM "intel/chapter5/texinfo.xml">
<!ENTITY c5-texinfo-inst SYSTEM "intel/chapter5/texinfo-inst.xml">
-<!ENTITY c5-gettext SYSTEM "intel/chapter5/gettext.xml">
-<!ENTITY c5-gettext-inst SYSTEM "intel/chapter5/gettext-inst.xml">
<!ENTITY c5-pwdgroup SYSTEM "intel/chapter5/pwdgroup.xml">
<!ENTITY c5-oldnsslib SYSTEM "intel/chapter5/oldnsslib.xml">
<!ENTITY c5-proc SYSTEM "intel/chapter5/proc.xml">