- Timestamp:
- Dec 17, 2011, 11:28:08 PM (13 years ago)
- Branches:
- clfs-1.2, clfs-2.1, clfs-3.0.0-systemd, clfs-3.0.0-sysvinit, master, systemd, sysvinit
- Children:
- a5f7c53e
- Parents:
- 27f7d40
- Location:
- BOOK
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
BOOK/Makefile
r27f7d40 r79e7622 20 20 ARCHS := x86 x86_64 x86_64-64 \ 21 21 sparc sparc64 sparc64-64 \ 22 mips mips64 mips64-64 \ 23 ppc ppc64 \ 24 alpha 22 mips \ 23 ppc ppc64 25 24 26 25 ifdef V -
BOOK/general.ent
r27f7d40 r79e7622 1 1 <?xml version="1.0" encoding="ISO-8859-1"?> 2 2 3 <!ENTITY month "1 2"> <!-- Use two digits -->3 <!ENTITY month "17"> <!-- Use two digits --> 4 4 <!ENTITY month_name "December"> 5 5 <!ENTITY day "10"> <!-- Use two digits --> … … 11 11 <!ENTITY minor-version "2"> 12 12 <!ENTITY extra-version "0"> 13 <!ENTITY generic-version "RC 1"> <!-- Use "git", "testing", or "x.y.z[-pre{x}]" -->13 <!ENTITY generic-version "RC2"> <!-- Use "git", "testing", or "x.y.z[-pre{x}]" --> 14 14 15 15 <!ENTITY version "&major-version;.&minor-version;.&extra-version;-&generic-version;"> -
BOOK/stylesheets/top-index.xsl
r27f7d40 r79e7622 100 100 </h3> 101 101 <ul> 102 <h3>103 <xsl:text>Working. Testers and comments welcomed.</xsl:text>104 </h3>105 102 <li> 106 103 <h4> … … 136 133 </h3> 137 134 <ul> 138 <h3>139 <xsl:text>Working. Testers and comments welcomed.</xsl:text>140 </h3>141 135 <li> 142 136 <h4> … … 148 142 <li> 149 143 <h4> 150 <a href="mips64-64">151 <xsl:text>MIPS</xsl:text>152 </a>153 </h4>154 </li>155 <li>156 <h4>157 144 <a href="sparc64-64"> 158 145 <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>166 146 </a> 167 147 </h4> … … 172 152 </h3> 173 153 <ul> 174 <h3>175 <xsl:text>Working. Testers and comments welcomed.</xsl:text>176 </h3>177 154 <li> 178 155 <h4> 179 156 <a href="x86_64"> 180 157 <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>188 158 </a> 189 159 </h4>
Note:
See TracChangeset
for help on using the changeset viewer.