Hi,

A couple of months ago, Fernando added a page for the java binary
installation, which is nice, since it separates the java binary setting from
the OpenJDK installation.

However, the java binary is versioned, while the page in the book has
unversioned title and xreflabel. Furthermore, the various sect2 are lacking
any "role" attributes, so that the layout is pretty different form other pages
in the book.
The attached patch allows to add this information.

I you agree, I can commit it, but I do not want to change what Fernando has
done without knowing what he thinks first.

Pierre
Index: blfsbook/general/prog/java.xml
===================================================================
--- blfsbook.orig/general/prog/java.xml	2014-02-28 22:01:11.000000000 +0100
+++ blfsbook/general/prog/java.xml	2014-03-29 12:03:35.000000000 +0100
@@ -16,7 +16,7 @@
   <!ENTITY openjdk-bin-buildsize-x64   "424 MB">
 ]>
 
-<sect1 id="java">
+<sect1 id="java" xreflabel="java-&openjdk-version;">
   <?dbhtml filename="java.html"?>
 
   <sect1info>
@@ -64,8 +64,8 @@
  
   &lfs75_checked;
 
-  <sect2 id="java-bin" xreflabel="Java Binary">
-    <title>Installing a binary JDK</title>
+  <sect2 id="java-bin" xreflabel="Java Binary" role="package">
+    <title>Binary JDK Information</title>
 
     <para>Creating a JVM from source requires a set of circular dependencies.
     The first thing that's needed is a set of programs called a Java Development
@@ -122,7 +122,10 @@
       <xref linkend="pulseaudio"/>, and
       <xref linkend="xorg7-lib"/>
     </para>
+  </sect2>
 
+  <sect2 role="installation">
+    <title>Installation of the Java BinaryJDK </title>
     <para>Begin by extracting the appropriate binary tarball for your
     architecture and changing to the extracted directory. Install the binary
     <application>OpenJDK</application> with the following commands as the
-- 
http://linuxfromscratch.org/mailman/listinfo/blfs-dev
FAQ: http://www.linuxfromscratch.org/blfs/faq.html
Unsubscribe: See the above information page

Reply via email to