diff options
author | Bruce Dubbs <bdubbs@linuxfromscratch.org> | 2015-02-25 18:08:59 +0000 |
---|---|---|
committer | Bruce Dubbs <bdubbs@linuxfromscratch.org> | 2015-02-25 18:08:59 +0000 |
commit | 4df39e531a1d44ce14e95bca1fe272a82ef10896 (patch) | |
tree | 415ad0bd053a3e6176a56b10a66a24475cce5f51 | |
parent | 9ee0e52a5b3b2c5b60f8cda0e2bb45583bc6cede (diff) |
Update host system requirements adding texinfo
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@10860 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
-rw-r--r-- | chapter01/changelog.xml | 10 | ||||
-rw-r--r-- | general.ent | 4 | ||||
-rw-r--r-- | prologue/hostreqs.xml | 5 |
3 files changed, 17 insertions, 2 deletions
diff --git a/chapter01/changelog.xml b/chapter01/changelog.xml index 4212542d7..e4db1e6eb 100644 --- a/chapter01/changelog.xml +++ b/chapter01/changelog.xml @@ -36,6 +36,16 @@ </listitem> --> <listitem> + <para>2015-02-25</para> + <itemizedlist> + <listitem> + <para>[bdubbs] - Add texinfo-4.7 or later to host system requirements. Fixes + <ulink url="&lfs-ticket-root;3756">#3756</ulink>.</para> + </listitem> + </itemizedlist> + </listitem> + + <listitem> <para>2015-02-23</para> <itemizedlist> <listitem> diff --git a/general.ent b/general.ent index cc531a343..49fc0a39b 100644 --- a/general.ent +++ b/general.ent @@ -1,7 +1,7 @@ -<!ENTITY version "SVN-20150223"> +<!ENTITY version "SVN-20150225"> <!ENTITY short-version "svn"> <!-- Used in dbus chapter, change to x.y for release but not -rc releases --> -<!ENTITY releasedate "February 23, 2015"> +<!ENTITY releasedate "February 25, 2015"> <!ENTITY copyrightdate "1999-2015"><!-- jhalfs needs a literal dash, not – --> <!ENTITY milestone "7.7"> <!ENTITY generic-version "development"> <!-- Use "development", "testing", or "x.y[-pre{x}]" --> diff --git a/prologue/hostreqs.xml b/prologue/hostreqs.xml index 3733ae5ad..a0221c139 100644 --- a/prologue/hostreqs.xml +++ b/prologue/hostreqs.xml @@ -134,6 +134,10 @@ </listitem> <listitem> + <para><emphasis role="strong">Texinfo-4.7</emphasis></para> + </listitem> + + <listitem> <para><emphasis role="strong">Xz-5.0.0</emphasis></para> </listitem> @@ -198,6 +202,7 @@ patch --version | head -n1 echo Perl `perl -V:version` sed --version | head -n1 tar --version | head -n1 +makeinfo --version | head -n1 xz --version | head -n1 echo 'main(){}' > dummy.c && g++ -o dummy dummy.c |