summaryrefslogtreecommitdiff
path: root/Master
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2012-02-16 03:27:41 +0000
committerKarl Berry <karl@freefriends.org>2012-02-16 03:27:41 +0000
commit09b136b14b3c6428d25e3ff7c0b89ae18645f1bf (patch)
tree12c1b273cad6b93d7ab933f8a63b915b3287212a /Master
parenta686eec99312f110ed03bd8a93f03b16d114563d (diff)
/home/texlive/karl/Master/tlpkg/bin/tl-update-auto
git-svn-id: svn://tug.org/texlive/trunk@25406 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master')
-rw-r--r--Master/doc.html4
-rwxr-xr-xMaster/tlpkg/installer/config.guess7
2 files changed, 9 insertions, 2 deletions
diff --git a/Master/doc.html b/Master/doc.html
index 9606ffec082..a97245c327b 100644
--- a/Master/doc.html
+++ b/Master/doc.html
@@ -389,9 +389,9 @@ Format manuscripts to APA 6th edition guidelines.
<a href="texmf-dist/doc/latex/apa6e/apa6e.pdf">apa6e.pdf</a>.
</small></li>
-<li><b><a href="texmf-dist/doc/latex/apacite">apacite</a></b>:<small>
+<li><b><a href="texmf-dist/doc/bibtex/apacite">apacite</a></b>:<small>
Citation style following the rules of the APA.
-<a href="texmf-dist/doc/latex/apacite/apacite.pdf">apacite.pdf</a>.
+<a href="texmf-dist/doc/bibtex/apacite/apacite.pdf">apacite.pdf</a>.
</small></li>
<li><b><a href="texmf-dist/doc/latex/appendix">appendix</a></b>:<small>
diff --git a/Master/tlpkg/installer/config.guess b/Master/tlpkg/installer/config.guess
index 116b959ee5f..d622a44e551 100755
--- a/Master/tlpkg/installer/config.guess
+++ b/Master/tlpkg/installer/config.guess
@@ -861,6 +861,13 @@ EOF
i*86:Minix:*:*)
echo ${UNAME_MACHINE}-pc-minix
exit ;;
+ aarch64:Linux:*:*)
+ echo ${UNAME_MACHINE}-unknown-linux-gnu
+ exit ;;
+ aarch64_be:Linux:*:*)
+ UNAME_MACHINE=aarch64_be
+ echo ${UNAME_MACHINE}-unknown-linux-gnu
+ exit ;;
alpha:Linux:*:*)
case `sed -n '/^cpu model/s/^.*: \(.*\)/\1/p' < /proc/cpuinfo` in
EV5) UNAME_MACHINE=alphaev5 ;;