aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--chapter01/changelog.xml4
-rw-r--r--chapter06/bison-inst.xml3
-rw-r--r--chapter06/bison.xml1
-rw-r--r--index.xml1
4 files changed, 5 insertions, 4 deletions
diff --git a/chapter01/changelog.xml b/chapter01/changelog.xml
index fea0a5fd6..ad75958d7 100644
--- a/chapter01/changelog.xml
+++ b/chapter01/changelog.xml
@@ -23,6 +23,10 @@
<itemizedlist>
+<listitem><para>January 26th, 2002 [marcheerdink]: Chapter 6: Removed the
+datadir option from bisons configure flags, because recent bisons use the
+correct directory by default.</para></listitem>
+
<listitem><para>January 23rd, 2002 [markh]: Chapter 6: Added the section
Create /etc/mtab symlink.</para></listitem>
diff --git a/chapter06/bison-inst.xml b/chapter06/bison-inst.xml
index e59ab8dd9..4dd09ae20 100644
--- a/chapter06/bison-inst.xml
+++ b/chapter06/bison-inst.xml
@@ -3,8 +3,7 @@
<para>Install Bison by running the following commands:</para>
-<para><screen><userinput>./configure --prefix=/usr \
-&nbsp;&nbsp;&nbsp;--datadir=/usr/share/bison &amp;&amp;
+<para><screen><userinput>./configure --prefix=/usr &amp;&amp;
make &amp;&amp;
make install</userinput></screen></para>
diff --git a/chapter06/bison.xml b/chapter06/bison.xml
index 65bc37c13..7d4c6129e 100644
--- a/chapter06/bison.xml
+++ b/chapter06/bison.xml
@@ -6,7 +6,6 @@
Estimated required disk space: &bison-compsize;</screen>
&c6-bison-inst;
-&c6-bison-exp;
&aa-bison-desc;
&aa-bison-dep;
diff --git a/index.xml b/index.xml
index 635e2072e..0d9124ccc 100644
--- a/index.xml
+++ b/index.xml
@@ -213,7 +213,6 @@
<!ENTITY c6-gcc-inst SYSTEM "chapter6/gcc-inst.xml">
<!ENTITY c6-bison SYSTEM "chapter6/bison.xml">
<!ENTITY c6-bison-inst SYSTEM "chapter6/bison-inst.xml">
-<!ENTITY c6-bison-exp SYSTEM "chapter6/bison-exp.xml">
<!ENTITY c6-mawk SYSTEM "chapter6/mawk.xml">
<!ENTITY c6-mawk-inst SYSTEM "chapter6/mawk-inst.xml">
<!ENTITY c6-findutils SYSTEM "chapter6/findutils.xml">