Changes in / [8abdee4:c89c360]
- Location:
- BOOK
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
BOOK/Makefile
r8abdee4 rc89c360 20 20 ARCHS := x86 x86_64 x86_64-64 \ 21 21 sparc sparc64 sparc64-64 \ 22 mips \ 23 ppc ppc64 22 mips mips64 mips64-64 \ 23 ppc ppc64 \ 24 alpha 24 25 25 26 ifdef V -
BOOK/general.ent
r8abdee4 rc89c360 2 2 3 3 <!ENTITY month "02"> <!-- Use two digits --> 4 <!ENTITY month_name "Feb ruary">5 <!ENTITY day " 10"> <!-- Use two digits -->4 <!ENTITY month_name "Febuary"> 5 <!ENTITY day "09"> <!-- Use two digits --> 6 6 <!ENTITY year "2012"> <!-- Use four digits --> 7 7 … … 11 11 <!ENTITY minor-version "2"> 12 12 <!ENTITY extra-version "0"> 13 <!ENTITY generic-version " Final"> <!-- Use "git", "testing", or "x.y.z[-pre{x}]" -->13 <!ENTITY generic-version "git"> <!-- Use "git", "testing", or "x.y.z[-pre{x}]" --> 14 14 15 <!ENTITY version " &major-version;.&minor-version;.&extra-version;">15 <!ENTITY version "GIT-&year;&month;&day;"> 16 16 17 17 <!ENTITY version-x86 "&version;-x86"> -
BOOK/stylesheets/top-index.xsl
r8abdee4 rc89c360 100 100 </h3> 101 101 <ul> 102 <h3> 103 <xsl:text>Working. Testers and comments welcomed.</xsl:text> 104 </h3> 102 105 <li> 103 106 <h4> … … 133 136 </h3> 134 137 <ul> 138 <h3> 139 <xsl:text>Working. Testers and comments welcomed.</xsl:text> 140 </h3> 135 141 <li> 136 142 <h4> … … 142 148 <li> 143 149 <h4> 150 <a href="mips64-64"> 151 <xsl:text>MIPS</xsl:text> 152 </a> 153 </h4> 154 </li> 155 <li> 156 <h4> 144 157 <a href="sparc64-64"> 145 158 <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> 146 166 </a> 147 167 </h4> … … 152 172 </h3> 153 173 <ul> 174 <h3> 175 <xsl:text>Working. Testers and comments welcomed.</xsl:text> 176 </h3> 154 177 <li> 155 178 <h4> 156 179 <a href="x86_64"> 157 180 <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> 158 188 </a> 159 189 </h4>
Note:
See TracChangeset
for help on using the changeset viewer.