Procházet zdrojové kódy

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

git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@9114 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689

Bruce Dubbs před 15 roky
rodič
revize
67e01e5dce
3 změnil soubory, kde provedl 14 přidání a 3 odebrání
  1. 11 0
      chapter01/changelog.xml
  2. 2 2
      general.ent
  3. 1 1
      prologue/hostreqs.xml

+ 11 - 0
chapter01/changelog.xml

@@ -37,6 +37,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>

+ 2 - 2
general.ent

@@ -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 &ndash; -->
 <!ENTITY milestone "7.0">
 <!ENTITY generic-version "development"> <!-- Use "development", "testing", or "x.y[-pre{x}]" -->

+ 1 - 1
prologue/hostreqs.xml

@@ -177,7 +177,7 @@ patch --version | head -n1
 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 &amp;&amp; gcc -o dummy dummy.c
 if [ -x dummy ]; then echo "Compilation OK";
   else echo "Compilation failed"; fi