diff options
-rw-r--r-- | chapter01/changelog.xml | 4 | ||||
-rw-r--r-- | chapter06/groff-exp.xml | 4 | ||||
-rw-r--r-- | chapter06/groff-inst.xml | 4 | ||||
-rw-r--r-- | index.xml | 4 |
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 && -make PROCESSEDEXAMPLEFILES="" && -make PROCESSEDEXAMPLEFILES="" install && +make && +make install && ln -s soelim /usr/bin/zsoelim && ln -s eqn /usr/bin/geqn && ln -s tbl /usr/bin/gtbl</userinput></screen></para> @@ -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"> |