Author: xry111
Date: Tue Jun 23 06:32:20 2020
New Revision: 11984

Log:
chapter02/hostreqs: remove hard-pagebreak which is no longer needed (with 
fop-2.1 on higgs)

Modified:
   trunk/BOOK/chapter02/hostreqs.xml

Modified: trunk/BOOK/chapter02/hostreqs.xml
==============================================================================
--- trunk/BOOK/chapter02/hostreqs.xml   Mon Jun 22 23:13:13 2020        (r11983)
+++ trunk/BOOK/chapter02/hostreqs.xml   Tue Jun 23 06:32:20 2020        (r11984)
@@ -157,7 +157,6 @@
   <para >To see whether your host system has all the appropriate versions, and
   the ability to compile programs, run the following:</para>
 
-<!-- ANY additional lines in the script cause a pdf rendering problem-->
 <screen role="nodump"><userinput>cat &gt; version-check.sh &lt;&lt; "EOF"
 <literal>#!/bin/bash
 # Simple script to list version numbers of critical development tools
@@ -208,7 +207,7 @@
 tar --version | head -n1
 makeinfo --version | head -n1  # texinfo version
 xz --version | head -n1
-<?hard-pagebreak?>
+
 echo 'int main(){}' &gt; dummy.c &amp;&amp; g++ -o dummy dummy.c
 if [ -x dummy ]
   then echo "g++ compilation OK";
-- 
http://lists.linuxfromscratch.org/listinfo/lfs-book
FAQ: http://www.linuxfromscratch.org/blfs/faq.html
Unsubscribe: See the above information page

Reply via email to