Bladeren bron

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

git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@11984 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Xi Ruoyao 3 jaren geleden
bovenliggende
commit
e4bdfc541e
1 gewijzigde bestanden met toevoegingen van 1 en 2 verwijderingen
  1. 1 2
      chapter02/hostreqs.xml

+ 1 - 2
chapter02/hostreqs.xml

@@ -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 @@ sed --version | head -n1
 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";