Changes in / [162e1b4:a5f7c53e]


Ignore:
Location:
BOOK
Files:
4 edited

Legend:

Unmodified
Added
Removed
  • BOOK/Makefile

    r162e1b4 ra5f7c53e  
    2020ARCHS           := x86 x86_64 x86_64-64 \
    2121                   sparc sparc64 sparc64-64 \
    22                    mips mips64 mips64-64 \
    23                    ppc ppc64 \
    24                    alpha
     22                   mips \
     23                   ppc ppc64
    2524
    2625ifdef V
  • BOOK/general.ent

    r162e1b4 ra5f7c53e  
    11<?xml version="1.0" encoding="ISO-8859-1"?>
    22
    3 <!ENTITY month "01"> <!-- Use two digits -->
    4 <!ENTITY month_name "January">
    5 <!ENTITY day "20"> <!-- Use two digits -->
    6 <!ENTITY year "2012"> <!-- Use four digits -->
     3<!ENTITY month "17"> <!-- Use two digits -->
     4<!ENTITY month_name "December">
     5<!ENTITY day "10"> <!-- Use two digits -->
     6<!ENTITY year "2011"> <!-- Use four digits -->
    77
    88<!ENTITY releasedate "&month_name; &day;, &year;">
     
    1111<!ENTITY minor-version "2">
    1212<!ENTITY extra-version "0">
    13 <!ENTITY generic-version "git"> <!-- Use "git", "testing", or "x.y.z[-pre{x}]" -->
     13<!ENTITY generic-version "RC2"> <!-- Use "git", "testing", or "x.y.z[-pre{x}]" -->
    1414
    15 <!ENTITY version "GIT-&year;&month;&day;">
     15<!ENTITY version "&major-version;.&minor-version;.&extra-version;-&generic-version;">
    1616
    1717<!ENTITY version-x86 "&version;-x86">
  • BOOK/stylesheets/top-index.xsl

    r162e1b4 ra5f7c53e  
    100100        </h3>
    101101        <ul>
    102           <h3>
    103             <xsl:text>Working. Testers and comments welcomed.</xsl:text>
    104           </h3>
    105102          <li>
    106103            <h4>
     
    136133        </h3>
    137134        <ul>
    138           <h3>
    139             <xsl:text>Working. Testers and comments welcomed.</xsl:text>
    140           </h3>
    141135          <li>
    142136            <h4>
     
    148142          <li>
    149143            <h4>
    150               <a href="mips64-64">
    151                 <xsl:text>MIPS</xsl:text>
    152               </a>
    153             </h4>
    154           </li>
    155           <li>
    156             <h4>
    157144             <a href="sparc64-64">
    158145                <xsl:text>Sparc v9/Ultrasparc</xsl:text>
    159              </a>
    160             </h4>
    161           </li>
    162           <li>
    163             <h4>
    164              <a href="alpha">
    165                 <xsl:text>Alpha</xsl:text>
    166146             </a>
    167147            </h4>
     
    172152        </h3>
    173153        <ul>
    174           <h3>
    175              <xsl:text>Working. Testers and comments welcomed.</xsl:text>
    176           </h3>
    177154          <li>
    178155            <h4>
    179156              <a href="x86_64">
    180157                <xsl:text>x86_64</xsl:text>
    181               </a>
    182             </h4>
    183           </li>
    184           <li>
    185             <h4>
    186               <a href="mips64">
    187                 <xsl:text>MIPS</xsl:text>
    188158              </a>
    189159            </h4>
  • BOOK/temp-system/common/grep.xml

    r162e1b4 ra5f7c53e  
    2424
    2525    <para os="t1">When cross compiling, the <command>configure</command> script
    26     does not determine the correct values for the following. Set the values
    27     manually:</para>
     26    does not determine the correct values for the following.
     27    Set the values manually:</para>
    2828
    2929<screen os="t2"><userinput>cat &gt; config.cache &lt;&lt; EOF
Note: See TracChangeset for help on using the changeset viewer.