Author: bdubbs
Date: 2009-11-21 22:37:11 -0700 (Sat, 21 Nov 2009)
New Revision: 9114
Modified:
trunk/BOOK/chapter01/changelog.xml
trunk/BOOK/general.ent
trunk/BOOK/prologue/hostreqs.xml
Log:
Update host requirements script
to print a comment that makeinfo is used to identify
print a comment that makeinfo is used to identify
the Texinfo package version
Modified: trunk/BOOK/chapter01/changelog.xml
===================================================================
--- trunk/BOOK/chapter01/changelog.xml 2009-11-21 17:44:11 UTC (rev 9113)
+++ trunk/BOOK/chapter01/changelog.xml 2009-11-22 05:37:11 UTC (rev 9114)
@@ -38,6 +38,17 @@
-->
<listitem>
+ <para>2009-11-22</para>
+ <itemizedlist>
+ <listitem>
+ <para>[bdubbs] Update host requirements script to
+ print a comment that makeinfo is used to identify
+ the Texinfo package version.</para>
+ </listitem>
+ </itemizedlist>
+ </listitem>
+
+ <listitem>
<para>2009-11-21</para>
<itemizedlist>
<listitem>
Modified: trunk/BOOK/general.ent
===================================================================
--- trunk/BOOK/general.ent 2009-11-21 17:44:11 UTC (rev 9113)
+++ trunk/BOOK/general.ent 2009-11-22 05:37:11 UTC (rev 9114)
@@ -1,5 +1,5 @@
-<!ENTITY version "SVN-20091120">
-<!ENTITY releasedate "November 21, 2009">
+<!ENTITY version "SVN-20091122">
+<!ENTITY releasedate "November 22, 2009">
<!ENTITY copyrightdate "1999-2009"><!-- jhalfs needs a literal dash, not
– -->
<!ENTITY milestone "7.0">
<!ENTITY generic-version "development"> <!-- Use "development", "testing", or
"x.y[-pre{x}]" -->
Modified: trunk/BOOK/prologue/hostreqs.xml
===================================================================
--- trunk/BOOK/prologue/hostreqs.xml 2009-11-21 17:44:11 UTC (rev 9113)
+++ trunk/BOOK/prologue/hostreqs.xml 2009-11-22 05:37:11 UTC (rev 9114)
@@ -177,7 +177,7 @@
echo Perl `perl -V:version`
sed --version | head -n1
tar --version | head -n1
-makeinfo --version | head -n1
+echo "Texinfo: `makeinfo --version | head -n1`"
echo 'main(){}' > dummy.c && gcc -o dummy dummy.c
if [ -x dummy ]; then echo "Compilation OK";
else echo "Compilation failed"; fi
--
http://linuxfromscratch.org/mailman/listinfo/lfs-book
FAQ: http://www.linuxfromscratch.org/lfs/faq.html
Unsubscribe: See the above information page