aboutsummaryrefslogtreecommitdiffstats
path: root/chapter06
diff options
context:
space:
mode:
Diffstat (limited to 'chapter06')
-rw-r--r--chapter06/bison-inst.xml3
-rw-r--r--chapter06/bison.xml1
2 files changed, 1 insertions, 3 deletions
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;