Forráskód Böngészése

removed PROCESSEDEXAMPLEFILES

git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@2213 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Gerard Beekmans 22 éve
szülő
commit
7140f5861e
4 módosított fájl, 8 hozzáadás és 8 törlés
  1. 4 0
      chapter01/changelog.xml
  2. 0 4
      chapter06/groff-exp.xml
  3. 2 2
      chapter06/groff-inst.xml
  4. 2 2
      index.xml

+ 4 - 0
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>
 

+ 0 - 4
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>

+ 2 - 2
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>

+ 2 - 2
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">