aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--chapter01/changelog.xml4
-rw-r--r--chapter06/groff-exp.xml4
-rw-r--r--chapter06/groff-inst.xml4
-rw-r--r--index.xml4
4 files changed, 8 insertions, 8 deletions
diff --git a/chapter01/changelog.xml b/chapter01/changelog.xml
index 83bdccac2..3581927ea 100644
--- a/chapter01/changelog.xml
+++ b/chapter01/changelog.xml
@@ -41,6 +41,10 @@
</itemizedlist>
</para></listitem>
+<listitem><para>December 3rd, 2002 [gerard]: Chapter 06 - Groff: Removed
+the <emphasis>PROCESSEDEXAMPLEFILES=""</emphasis>
+variables.</para></listitem>
+
<listitem><para>October 25th, 2002 [timothy]: Preface: Added
"Prerequisites" section.</para></listitem>
diff --git a/chapter06/groff-exp.xml b/chapter06/groff-exp.xml
index 00e9d727d..99a7c8281 100644
--- a/chapter06/groff-exp.xml
+++ b/chapter06/groff-exp.xml
@@ -1,10 +1,6 @@
<sect2>
<title>Command explanations</title>
-<para><userinput>make PROCESSEDEXAMPLEFILES="":</userinput> Groff has a few
-extra dependencies that we don't install with LFS. This option disables the
-need for those tools.</para>
-
<para><userinput>ln -s ...</userinput>: These symlinks are needed for some
<userinput>xman</userinput> and other groff/man document programs to work
properly.</para>
diff --git a/chapter06/groff-inst.xml b/chapter06/groff-inst.xml
index 562f20090..bb995fa75 100644
--- a/chapter06/groff-inst.xml
+++ b/chapter06/groff-inst.xml
@@ -4,8 +4,8 @@
<para>Install Groff by running the following commands:</para>
<para><screen><userinput>./configure --prefix=/usr &amp;&amp;
-make PROCESSEDEXAMPLEFILES="" &amp;&amp;
-make PROCESSEDEXAMPLEFILES="" install &amp;&amp;
+make &amp;&amp;
+make install &amp;&amp;
ln -s soelim /usr/bin/zsoelim &amp;&amp;
ln -s eqn /usr/bin/geqn &amp;&amp;
ln -s tbl /usr/bin/gtbl</userinput></screen></para>
diff --git a/index.xml b/index.xml
index 11d5367be..ec404f902 100644
--- a/index.xml
+++ b/index.xml
@@ -4,8 +4,8 @@
<!ENTITY book SYSTEM "book/book.xml">
-<!ENTITY version "20021030">
-<!ENTITY releasedate "October 30th, 2002">
+<!ENTITY version "20021203">
+<!ENTITY releasedate "December 3rd, 2002">
<!ENTITY ftp-root "ftp://ftp.linuxfromscratch.org">
<!ENTITY http-root "http://ftp.linuxfromscratch.org">