diff options
author | Steve McIntyre <93sam@debian.org> | 2015-04-15 23:05:46 +0000 |
---|---|---|
committer | Steve McIntyre <93sam@debian.org> | 2015-04-15 23:05:46 +0000 |
commit | 4a75e93583462563992cc3ed0670312ebd7cc39e (patch) | |
tree | 05dfd152ec4a3cc5b18eeb8a2d17676d5c3070b9 | |
parent | 2102d72acf15d3e5de37697c3bc21e3584c774ff (diff) | |
download | installation-guide-4a75e93583462563992cc3ed0670312ebd7cc39e.zip |
Give separate arch-title entries for the different ARM ports
-rw-r--r-- | build/entities/common.ent | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/build/entities/common.ent b/build/entities/common.ent index 27504bf54..7e6633f06 100644 --- a/build/entities/common.ent +++ b/build/entities/common.ent @@ -24,7 +24,7 @@ <!-- proper nouns for architectures --> <!ENTITY arch-title - "<phrase arch='any-amd64'>64-bit PC</phrase><phrase arch='arm'>ARM</phrase><phrase arch='hppa'>PA-RISC</phrase><phrase arch='any-i386'>32-bit PC</phrase><phrase arch='ia64'>IA-64</phrase><phrase arch='mips'>Mips</phrase><phrase arch='mipsel'>Mipsel</phrase><phrase arch='powerpc'>PowerPC</phrase><phrase arch='ppc64el'>64-bit PowerPC (little-endian)</phrase><phrase arch='sparc'>SPARC</phrase><phrase arch='s390'>S/390</phrase>"> + "<phrase arch='any-amd64'>64-bit PC</phrase><phrase arch='armel'>32-bit soft-float ARM</phrase><phrase arch='armhf'>32-bit hard-float ARMv7</phrase><phrase arch='arm64'>64-bit ARM</phrase><phrase arch='hppa'>PA-RISC</phrase><phrase arch='any-i386'>32-bit PC</phrase><phrase arch='ia64'>IA-64</phrase><phrase arch='mips'>Mips</phrase><phrase arch='mipsel'>Mipsel</phrase><phrase arch='powerpc'>PowerPC</phrase><phrase arch='ppc64el'>64-bit PowerPC (little-endian)</phrase><phrase arch='sparc'>SPARC</phrase><phrase arch='s390'>S/390</phrase>"> <!-- general things from installer --> <!ENTITY ekey "<keycap>e</keycap>"> |