diff options
Diffstat (limited to 'Master')
-rw-r--r-- | Master/doc.html | 2 | ||||
-rwxr-xr-x | Master/tlpkg/installer/config.guess | 6 | ||||
-rw-r--r-- | Master/tlpkg/installer/ctan-mirrors.pl | 3 |
3 files changed, 7 insertions, 4 deletions
diff --git a/Master/doc.html b/Master/doc.html index 0a2e6cee398..cc569becc29 100644 --- a/Master/doc.html +++ b/Master/doc.html @@ -4867,7 +4867,7 @@ DictSym font and macro package </small></li> <li><b><a href="texmf-dist/doc/latex/diffcoeff">diffcoeff</a></b>:<small> -Write differential coefficients easily +Write differential coefficients easily and consistently <a href="texmf-dist/doc/latex/diffcoeff/diffcoeff.pdf">diffcoeff.pdf</a>. </small></li> diff --git a/Master/tlpkg/installer/config.guess b/Master/tlpkg/installer/config.guess index 28bec27b307..0f9b29c8848 100755 --- a/Master/tlpkg/installer/config.guess +++ b/Master/tlpkg/installer/config.guess @@ -1,8 +1,8 @@ #! /bin/sh # Attempt to guess a canonical system name. -# Copyright 1992-2018 Free Software Foundation, Inc. +# Copyright 1992-2019 Free Software Foundation, Inc. -timestamp='2018-12-07' +timestamp='2019-01-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 @@ -50,7 +50,7 @@ version="\ GNU config.guess ($timestamp) Originally written by Per Bothner. -Copyright 1992-2018 Free Software Foundation, Inc. +Copyright 1992-2019 Free Software Foundation, Inc. This is free software; see the source for copying conditions. There is NO warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE." diff --git a/Master/tlpkg/installer/ctan-mirrors.pl b/Master/tlpkg/installer/ctan-mirrors.pl index 05c2b54d3b3..0b820af1eb1 100644 --- a/Master/tlpkg/installer/ctan-mirrors.pl +++ b/Master/tlpkg/installer/ctan-mirrors.pl @@ -1,5 +1,8 @@ $mirrors = { 'Africa' => { + 'Algeria' => { + 'http://ctan.epst-tlemcen.dz/tex-archive/' => 1 + }, 'South Africa' => { 'http://ctan.mirror.ac.za/' => 1, 'http://ftp.leg.uct.ac.za/pub/packages/ctan/' => 1, |