diff options
author | Karl Berry <karl@freefriends.org> | 2019-05-29 23:38:33 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2019-05-29 23:38:33 +0000 |
commit | 9f17086841fde8608f98e75e460cb9fa48ae78ae (patch) | |
tree | f393fc8420c6551bfe57ffb1e1a37fcfe6b18d19 /Master | |
parent | b5f5bec300ac955cc3ffedd4be2f8f49e689ca77 (diff) |
tl-update-auto
git-svn-id: svn://tug.org/texlive/trunk@51268 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master')
-rw-r--r-- | Master/doc.html | 4 | ||||
-rw-r--r-- | Master/texmf-dist/tex/texinfo/texinfo.tex | 17 | ||||
-rwxr-xr-x | Master/tlpkg/installer/config.guess | 10 | ||||
-rw-r--r-- | Master/tlpkg/installer/ctan-mirrors.pl | 3 |
4 files changed, 21 insertions, 13 deletions
diff --git a/Master/doc.html b/Master/doc.html index fa1be444f6e..b544494c65c 100644 --- a/Master/doc.html +++ b/Master/doc.html @@ -4040,7 +4040,7 @@ Style for the journal Condensed Matter Physics <li><b><a href="texmf-dist/doc/fonts/cmsrb">cmsrb</a></b><small> (<a href="https://ctan.org/pkg/cmsrb">CTAN</a>): Computer Modern for Serbian and Macedonian -<a href="texmf-dist/doc/fonts/cmsrb/cmsrb-SR.pdf">cmsrb-SR.pdf</a> (sr-sp) +<a href="texmf-dist/doc/fonts/cmsrb/cmsrb-SR.pdf">cmsrb-SR.pdf</a> (sr) <a href="texmf-dist/doc/fonts/cmsrb/cmsrb.pdf">cmsrb.pdf</a>. </small></li> @@ -23274,5 +23274,5 @@ Standard conforming typesetting of Japanese, for XeLaTeX <p><a href="#letter-1">1</a> - <a href="#letter-2">2</a> - <a href="#letter-A">A</a> - <a href="#letter-B">B</a> - <a href="#letter-C">C</a> - <a href="#letter-D">D</a> - <a href="#letter-E">E</a> - <a href="#letter-F">F</a> - <a href="#letter-G">G</a> - <a href="#letter-H">H</a> - <a href="#letter-I">I</a> - <a href="#letter-J">J</a> - <a href="#letter-K">K</a> - <a href="#letter-L">L</a> - <a href="#letter-M">M</a> - <a href="#letter-N">N</a> - <a href="#letter-O">O</a> - <a href="#letter-P">P</a> - <a href="#letter-Q">Q</a> - <a href="#letter-R">R</a> - <a href="#letter-S">S</a> - <a href="#letter-T">T</a> - <a href="#letter-U">U</a> - <a href="#letter-V">V</a> - <a href="#letter-W">W</a> - <a href="#letter-X">X</a> - <a href="#letter-Y">Y</a> - <a href="#letter-Z">Z</a></p> <hr /> -<small>Generated Wed May 29 01:38:22 CEST 2019 by tl-update-docindex.</small> +<small>Generated Thu May 30 01:38:29 CEST 2019 by tl-update-docindex.</small> </body></html> diff --git a/Master/texmf-dist/tex/texinfo/texinfo.tex b/Master/texmf-dist/tex/texinfo/texinfo.tex index ccd112941ac..53f2fc4835b 100644 --- a/Master/texmf-dist/tex/texinfo/texinfo.tex +++ b/Master/texmf-dist/tex/texinfo/texinfo.tex @@ -3,7 +3,7 @@ % Load plain if necessary, i.e., if running under initex. \expandafter\ifx\csname fmtname\endcsname\relax\input plain\fi % -\def\texinfoversion{2019-04-12.13} +\def\texinfoversion{2019-05-18.15} % % Copyright 1985, 1986, 1988, 1990-2019 Free Software Foundation, Inc. % @@ -4952,6 +4952,8 @@ end \definedummyword\sup \definedummyword\textdegree % + \definedummyword\subentry + % % We want to disable all macros so that they are not expanded by \write. \macrolist \let\value\dummyvalue @@ -5224,10 +5226,10 @@ end } \def\indexwriteseealso#1{ - \gdef\pagenumbertext{@seealso{#1}}% + \gdef\pagenumbertext{\string\seealso{#1}}% } \def\indexwriteseeentry#1{ - \gdef\pagenumbertext{@seeentry{#1}}% + \gdef\pagenumbertext{\string\seeentry{#1}}% } % The default definitions @@ -5315,6 +5317,15 @@ end % the current value of \escapechar. \def\escapeisbackslash{\escapechar=`\\} +% Use \ in index files by default. texi2dvi didn't support @ as as the escape +% character (as it checked for "\entry" in the files, and not "@entry"). When +% the new version of texi2dvi has had a chance to become more prevalent, then +% the escape character can change back to @ again. This should be an easy +% change to make now because both @ and \ are only used as escape characters in +% index files, never standing for themselves. +% +\set txiindexescapeisbackslash + % Write the entry in \indextext to the index file. % \def\doindwrite{% diff --git a/Master/tlpkg/installer/config.guess b/Master/tlpkg/installer/config.guess index 4cd9454b35c..b40e17b1379 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-2019 Free Software Foundation, Inc. -timestamp='2019-04-28' +timestamp='2019-05-28' # 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 @@ -1325,11 +1325,11 @@ EOF echo "$UNAME_MACHINE"-apple-rhapsody"$UNAME_RELEASE" exit ;; *:Darwin:*:*) - UNAME_PROCESSOR=`uname -p` || UNAME_PROCESSOR=unknown set_cc_for_build - if test "$UNAME_PROCESSOR" = unknown ; then - UNAME_PROCESSOR=powerpc - fi + UNAME_PROCESSOR=`uname -p` + case $UNAME_PROCESSOR in + unknown) UNAME_PROCESSOR=powerpc ;; + esac if test "`echo "$UNAME_RELEASE" | sed -e 's/\..*//'`" -le 10 ; then if [ "$CC_FOR_BUILD" != no_compiler_found ]; then if (echo '#ifdef __LP64__'; echo IS_64BIT_ARCH; echo '#endif') | \ diff --git a/Master/tlpkg/installer/ctan-mirrors.pl b/Master/tlpkg/installer/ctan-mirrors.pl index 66848d34e39..4bdd295c141 100644 --- a/Master/tlpkg/installer/ctan-mirrors.pl +++ b/Master/tlpkg/installer/ctan-mirrors.pl @@ -40,9 +40,6 @@ $mirrors = { 'http://ftp.ktug.org/tex-archive/' => 1, 'http://mirror.navercorp.com/CTAN/' => 1 }, - 'Philippines' => { - 'http://mirror.pregi.net/tex-archive/' => 1 - }, 'Taiwan' => { 'ftp://ftp.ccu.edu.tw/pub/tex/' => 1, 'http://ftp.yzu.edu.tw/CTAN/' => 1 |