Browse Source

Removed groff exp

git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@772 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Gerard Beekmans 24 years ago
parent
commit
45d0e15d4c
3 changed files with 2 additions and 17 deletions
  1. 0 13
      chapter06/groff-exp.xml
  2. 0 1
      chapter06/groff.xml
  3. 2 3
      index.xml

+ 0 - 13
chapter06/groff-exp.xml

@@ -1,13 +0,0 @@
-<sect2>
-<title>Command explanations</title>
-
-<para>
-<userinput>CXXFLAGS=-Dstrerror=strerror</userinput>: If no macro
-strerror is defined, src/include/lib.h declares a function prototype
-for strerror which is incompatible with Glibc's /usr/include/string.h.
-By defining strerror=strerror a macro is defined which prevents the
-declaration and does not alter the meaning of strerror.
-</para>
-
-</sect2>
-

+ 0 - 1
chapter06/groff.xml

@@ -2,7 +2,6 @@
 <title>Installing Groff</title>
 
 &c6-groff-inst;
-&c6-groff-exp;
 &aa-groff-desc;
 
 </sect1>

+ 2 - 3
index.xml

@@ -4,8 +4,8 @@
 
 <!ENTITY book SYSTEM "book/book.xml">
 
-<!ENTITY version "20010709">
-<!ENTITY releasedate "July 7th, 2001">
+<!ENTITY version "200107010">
+<!ENTITY releasedate "July 10th, 2001">
 <!ENTITY type "INTEL">
 
 <!ENTITY ftp-root "ftp://packages.linuxfromscratch.org">
@@ -246,7 +246,6 @@
 <!ENTITY c6-grep-inst SYSTEM "chapter6/grep-inst.xml">
 <!ENTITY c6-groff SYSTEM "chapter6/groff.xml">
 <!ENTITY c6-groff-inst SYSTEM "chapter6/groff-inst.xml">
-<!ENTITY c6-groff-exp SYSTEM "chapter6/groff-exp.xml">
 <!ENTITY c6-gzip SYSTEM "chapter6/gzip.xml">
 <!ENTITY c6-gzip-inst SYSTEM "chapter6/gzip-inst.xml">
 <!ENTITY c6-libtool SYSTEM "chapter6/libtool.xml">