diff options
author | Karl Berry <karl@freefriends.org> | 2018-03-03 01:23:30 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2018-03-03 01:23:30 +0000 |
commit | d053b5713cf982bb8ef0c5188f09689dab61b43e (patch) | |
tree | 4b91904478f6b8fa57255f4808958d1c3ca2e443 /Master | |
parent | 7161b8e60f412a5a70a458a56e6edcdcf16ce2a6 (diff) |
tl-update-auto
git-svn-id: svn://tug.org/texlive/trunk@46793 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master')
-rw-r--r-- | Master/doc.html | 11 | ||||
-rwxr-xr-x | Master/tlpkg/installer/config.guess | 8 |
2 files changed, 8 insertions, 11 deletions
diff --git a/Master/doc.html b/Master/doc.html index b81769fdfde..fd346dbb6ae 100644 --- a/Master/doc.html +++ b/Master/doc.html @@ -14260,7 +14260,8 @@ Document Rubik cube configurations and rotation sequences <a href="texmf-dist/doc/latex/rubik/rubikrotation.pdf">rubikrotation.pdf</a>, <a href="texmf-dist/doc/latex/rubik/rubikrotationPL.pdf">rubikrotationPL.pdf</a>, <a href="texmf-dist/doc/latex/rubik/rubiktwo-doc-figA.pdf">rubiktwo-doc-figA.pdf</a>, -<a href="texmf-dist/doc/latex/rubik/rubiktwocube.pdf">rubiktwocube.pdf</a>. +<a href="texmf-dist/doc/latex/rubik/rubiktwocube.pdf">rubiktwocube.pdf</a>, +<a href="texmf-dist/doc/man/man1/rubikrotation.man1.pdf">rubikrotation.man1.pdf</a>. </small></li> <li><b><a href="texmf-dist/doc/latex/rulercompass">rulercompass</a></b>:<small> @@ -17334,13 +17335,13 @@ University of Arizona thesis and dissertation format </small></li> <li><b><a href="texmf-dist/doc/latex/uantwerpendocs">uantwerpendocs</a></b>:<small> -Course texts and masters theses in University of Antwerp style +Course texts, master theses, and exams in University of Antwerp style <a href="texmf-dist/doc/latex/uantwerpendocs/uantwerpencoursetext-example.pdf">uantwerpencoursetext-example.pdf</a>, <a href="texmf-dist/doc/latex/uantwerpendocs/uantwerpendocs.pdf">uantwerpendocs.pdf</a>, +<a href="texmf-dist/doc/latex/uantwerpendocs/uantwerpenexam-example1.pdf">uantwerpenexam-example1.pdf</a>, +<a href="texmf-dist/doc/latex/uantwerpendocs/uantwerpenexam-example2.pdf">uantwerpenexam-example2.pdf</a>, <a href="texmf-dist/doc/latex/uantwerpendocs/uantwerpenletter-example.pdf">uantwerpenletter-example.pdf</a>, -<a href="texmf-dist/doc/latex/uantwerpendocs/uantwerpenletter_example.pdf">uantwerpenletter_example.pdf</a>, -<a href="texmf-dist/doc/latex/uantwerpendocs/uantwerpenmasterthesis-example.pdf">uantwerpenmasterthesis-example.pdf</a>, -<a href="texmf-dist/doc/latex/uantwerpendocs/uantwerpenmasterthesis_example.pdf">uantwerpenmasterthesis_example.pdf</a>. +<a href="texmf-dist/doc/latex/uantwerpendocs/uantwerpenmasterthesis-example.pdf">uantwerpenmasterthesis-example.pdf</a>. </small></li> <li><b><a href="texmf-dist/doc/latex/uassign">uassign</a></b>:<small> diff --git a/Master/tlpkg/installer/config.guess b/Master/tlpkg/installer/config.guess index f50dcdb6de2..8ca6a44c10c 100755 --- a/Master/tlpkg/installer/config.guess +++ b/Master/tlpkg/installer/config.guess @@ -2,7 +2,7 @@ # Attempt to guess a canonical system name. # Copyright 1992-2018 Free Software Foundation, Inc. -timestamp='2018-02-24' +timestamp='2018-03-01' # This file is free software; you can redistribute it and/or modify it # under the terms of the GNU General Public License as published by @@ -1046,11 +1046,7 @@ EOF echo "$UNAME_MACHINE"-dec-linux-"$LIBC" exit ;; x86_64:Linux:*:*) - if objdump -f /bin/sh | grep -q elf32-x86-64; then - echo "$UNAME_MACHINE"-pc-linux-"$LIBC"x32 - else - echo "$UNAME_MACHINE"-pc-linux-"$LIBC" - fi + echo "$UNAME_MACHINE"-pc-linux-"$LIBC" exit ;; xtensa*:Linux:*:*) echo "$UNAME_MACHINE"-unknown-linux-"$LIBC" |