diff options
-rw-r--r-- | chapter01/changelog.xml | 10 | ||||
-rw-r--r-- | chapter05/generalinstructions.xml | 23 | ||||
-rw-r--r-- | general.ent | 4 | ||||
-rw-r--r-- | prologue/hostreqs.xml | 2 | ||||
-rw-r--r-- | stylesheets/lfs-xsl/lfs.css | 10 |
5 files changed, 44 insertions, 5 deletions
diff --git a/chapter01/changelog.xml b/chapter01/changelog.xml index adf99210d..ca276ccf4 100644 --- a/chapter01/changelog.xml +++ b/chapter01/changelog.xml @@ -37,6 +37,16 @@ --> <listitem> + <para>2012-11-26</para> + <itemizedlist> + <listitem> + <para>[bdubbs] - Re-emphasize host system requirements in + Chapter 5 General Compilation Instructions.</para> + </listitem> + </itemizedlist> + </listitem> + + <listitem> <para>2012-11-22</para> <itemizedlist> <listitem> diff --git a/chapter05/generalinstructions.xml b/chapter05/generalinstructions.xml index ba632c0ee..c1caca30b 100644 --- a/chapter05/generalinstructions.xml +++ b/chapter05/generalinstructions.xml @@ -51,8 +51,27 @@ <para>Finally, two last important items must be emphasized:</para> <important> - <para>The build instructions assume that the <command>bash</command> - shell is in use.</para> + + <para>The build instructions assume that the <xref + linkend='pre-hostreqs'/>, including symbolic links, have been set + properly:</para> + + <itemizedlist role='important'> + + <listitem override='bullet'><para><command>bash</command> is the shell + in use.</para></listitem> + + <listitem override='bullet'><para><command>sh</command> is a symbolic + link to <command>bash</command>.</para></listitem> + + <listitem override='bullet'><para><command>/usr/bin/awk</command> is a + symbolic link to <command>gawk</command>.</para></listitem> + + <listitem override='bullet'><para><command>/usr/bin/yacc</command> is a + symbolic link to <command>bison</command> or a small script that + executes bison.</para></listitem> + + </itemizedlist> </important> <important> diff --git a/general.ent b/general.ent index e80011558..38967fecf 100644 --- a/general.ent +++ b/general.ent @@ -1,5 +1,5 @@ -<!ENTITY version "SVN-20121122"> -<!ENTITY releasedate "November 22, 2012"> +<!ENTITY version "SVN-20121126"> +<!ENTITY releasedate "November 26, 2012"> <!ENTITY copyrightdate "1999-2012"><!-- jhalfs needs a literal dash, not – --> <!ENTITY milestone "7.3"> <!ENTITY generic-version "development"> <!-- Use "development", "testing", or "x.y[-pre{x}]" --> diff --git a/prologue/hostreqs.xml b/prologue/hostreqs.xml index 5da0da209..d44550f41 100644 --- a/prologue/hostreqs.xml +++ b/prologue/hostreqs.xml @@ -5,7 +5,7 @@ %general-entities; ]> -<sect1 id="pre-hostreqs"> +<sect1 id="pre-hostreqs" xreflabel="Host System Requirements"> <?dbhtml filename="hostreqs.html"?> <title>Host System Requirements</title> diff --git a/stylesheets/lfs-xsl/lfs.css b/stylesheets/lfs-xsl/lfs.css index 285ec3a9b..407cf2152 100644 --- a/stylesheets/lfs-xsl/lfs.css +++ b/stylesheets/lfs-xsl/lfs.css @@ -48,6 +48,16 @@ div.sect1, div.appendix { padding-left: .3em; } +div.important ul { + padding-left: 1.5em; + list-style-type: disc; +} + +div.important ul li p { + margin: 0px; + padding: 0px 0.6em; +} + .package, .kernel, .installation, .commands, .testing, .configuration, .content { padding: 0 .5em .2em 0; margin: 0; |