diff options
author | Karl Berry <karl@freefriends.org> | 2018-05-05 00:23:41 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2018-05-05 00:23:41 +0000 |
commit | b6a7cb864da403cf819ffb4b5b543139140034be (patch) | |
tree | 13acc33ccc9da993bd91fe0374af881649e394e1 | |
parent | 931b2f3fd3c27c47d3b018e2387d06997c0a52dc (diff) |
tl-update-auto
git-svn-id: svn://tug.org/texlive/trunk@47618 c570f23f-e606-0410-a88d-b1316a301751
-rwxr-xr-x | Build/source/build-aux/config.sub | 4 | ||||
-rwxr-xr-x | Build/source/libs/freetype2/freetype-src/builds/unix/config.sub | 45 | ||||
-rwxr-xr-x | Build/source/libs/icu/icu-src/source/config.sub | 4 | ||||
-rwxr-xr-x | Build/source/utils/asymptote/config.sub | 4 | ||||
-rw-r--r-- | Master/doc.html | 10 |
5 files changed, 32 insertions, 35 deletions
diff --git a/Build/source/build-aux/config.sub b/Build/source/build-aux/config.sub index 6b0995df166..703b313a31b 100755 --- a/Build/source/build-aux/config.sub +++ b/Build/source/build-aux/config.sub @@ -2,7 +2,7 @@ # Configuration validation subroutine script. # Copyright 1992-2018 Free Software Foundation, Inc. -timestamp='2018-05-01' +timestamp='2018-05-03' # 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 @@ -114,7 +114,7 @@ esac # Here we must recognize all the valid KERNEL-OS combinations. maybe_os=`echo "$1" | sed 's/^\(.*\)-\([^-]*-[^-]*\)$/\2/'` case $maybe_os in - nto-qnx* | linux-gnu* | linux-android* | linux-dietlibc | linux-newlib* | \ + nto-qnx* | linux-gnu* | linux-android* | linux-dietlibc | linux-newlib* | \ linux-musl* | linux-uclibc* | uclinux-uclibc* | uclinux-gnu* | kfreebsd*-gnu* | \ knetbsd*-gnu* | netbsd*-gnu* | netbsd*-eabi* | \ kopensolaris*-gnu* | cloudabi*-eabi* | \ diff --git a/Build/source/libs/freetype2/freetype-src/builds/unix/config.sub b/Build/source/libs/freetype2/freetype-src/builds/unix/config.sub index ba37cf99e26..703b313a31b 100755 --- a/Build/source/libs/freetype2/freetype-src/builds/unix/config.sub +++ b/Build/source/libs/freetype2/freetype-src/builds/unix/config.sub @@ -2,7 +2,7 @@ # Configuration validation subroutine script. # Copyright 1992-2018 Free Software Foundation, Inc. -timestamp='2018-04-24' +timestamp='2018-05-03' # 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 @@ -114,24 +114,29 @@ esac # Here we must recognize all the valid KERNEL-OS combinations. maybe_os=`echo "$1" | sed 's/^\(.*\)-\([^-]*-[^-]*\)$/\2/'` case $maybe_os in - nto-qnx* | linux-gnu* | linux-android* | linux-dietlibc | linux-newlib* | \ - linux-musl* | linux-uclibc* | uclinux-uclibc* | uclinux-gnu* | kfreebsd*-gnu* | \ - knetbsd*-gnu* | netbsd*-gnu* | netbsd*-eabi* | \ - kopensolaris*-gnu* | cloudabi*-eabi* | \ - storm-chaos* | os2-emx* | rtmk-nova*) - os=-$maybe_os - basic_machine=`echo "$1" | sed 's/^\(.*\)-\([^-]*-[^-]*\)$/\1/'` - ;; - android-linux) - os=-linux-android - basic_machine=`echo "$1" | sed 's/^\(.*\)-\([^-]*-[^-]*\)$/\1/'`-unknown - ;; - *) - basic_machine=`echo "$1" | sed 's/-[^-]*$//'` - if [ "$basic_machine" != "$1" ] - then os=`echo "$1" | sed 's/.*-/-/'` - else os=; fi - ;; + nto-qnx* | linux-gnu* | linux-android* | linux-dietlibc | linux-newlib* | \ + linux-musl* | linux-uclibc* | uclinux-uclibc* | uclinux-gnu* | kfreebsd*-gnu* | \ + knetbsd*-gnu* | netbsd*-gnu* | netbsd*-eabi* | \ + kopensolaris*-gnu* | cloudabi*-eabi* | \ + storm-chaos* | os2-emx* | rtmk-nova*) + os=-$maybe_os + basic_machine=`echo "$1" | sed 's/^\(.*\)-\([^-]*-[^-]*\)$/\1/'` + ;; + android-linux) + os=-linux-android + basic_machine=`echo "$1" | sed 's/^\(.*\)-\([^-]*-[^-]*\)$/\1/'`-unknown + ;; + *) + basic_machine=`echo "$1" | sed 's/-[^-]*$//'` + case $1 in + *-*) + os=`echo "$1" | sed 's/.*-/-/'` + ;; + *) + os= + ;; + esac + ;; esac ### Let's recognize common machines as not being operating systems so @@ -293,6 +298,7 @@ case $basic_machine in | mt \ | msp430 \ | nds32 | nds32le | nds32be \ + | nfp \ | nios | nios2 | nios2eb | nios2el \ | ns16k | ns32k \ | open8 | or1k | or1knd | or32 \ @@ -423,6 +429,7 @@ case $basic_machine in | mt-* \ | msp430-* \ | nds32-* | nds32le-* | nds32be-* \ + | nfp-* \ | nios-* | nios2-* | nios2eb-* | nios2el-* \ | none-* | np1-* | ns16k-* | ns32k-* \ | open8-* \ diff --git a/Build/source/libs/icu/icu-src/source/config.sub b/Build/source/libs/icu/icu-src/source/config.sub index 6b0995df166..703b313a31b 100755 --- a/Build/source/libs/icu/icu-src/source/config.sub +++ b/Build/source/libs/icu/icu-src/source/config.sub @@ -2,7 +2,7 @@ # Configuration validation subroutine script. # Copyright 1992-2018 Free Software Foundation, Inc. -timestamp='2018-05-01' +timestamp='2018-05-03' # 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 @@ -114,7 +114,7 @@ esac # Here we must recognize all the valid KERNEL-OS combinations. maybe_os=`echo "$1" | sed 's/^\(.*\)-\([^-]*-[^-]*\)$/\2/'` case $maybe_os in - nto-qnx* | linux-gnu* | linux-android* | linux-dietlibc | linux-newlib* | \ + nto-qnx* | linux-gnu* | linux-android* | linux-dietlibc | linux-newlib* | \ linux-musl* | linux-uclibc* | uclinux-uclibc* | uclinux-gnu* | kfreebsd*-gnu* | \ knetbsd*-gnu* | netbsd*-gnu* | netbsd*-eabi* | \ kopensolaris*-gnu* | cloudabi*-eabi* | \ diff --git a/Build/source/utils/asymptote/config.sub b/Build/source/utils/asymptote/config.sub index 6b0995df166..703b313a31b 100755 --- a/Build/source/utils/asymptote/config.sub +++ b/Build/source/utils/asymptote/config.sub @@ -2,7 +2,7 @@ # Configuration validation subroutine script. # Copyright 1992-2018 Free Software Foundation, Inc. -timestamp='2018-05-01' +timestamp='2018-05-03' # 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 @@ -114,7 +114,7 @@ esac # Here we must recognize all the valid KERNEL-OS combinations. maybe_os=`echo "$1" | sed 's/^\(.*\)-\([^-]*-[^-]*\)$/\2/'` case $maybe_os in - nto-qnx* | linux-gnu* | linux-android* | linux-dietlibc | linux-newlib* | \ + nto-qnx* | linux-gnu* | linux-android* | linux-dietlibc | linux-newlib* | \ linux-musl* | linux-uclibc* | uclinux-uclibc* | uclinux-gnu* | kfreebsd*-gnu* | \ knetbsd*-gnu* | netbsd*-gnu* | netbsd*-eabi* | \ kopensolaris*-gnu* | cloudabi*-eabi* | \ diff --git a/Master/doc.html b/Master/doc.html index 84e3c5f08a7..34e64d4f0d5 100644 --- a/Master/doc.html +++ b/Master/doc.html @@ -9083,7 +9083,6 @@ Reference last page for Page N of M type footers <li><b><a href="texmf-dist/doc/latex/base">latex</a></b>:<small> A TeX macro package that defines LaTeX -<a href="texmf-dist/doc/latex/base/a4.pdf">a4.pdf</a>, <a href="texmf-dist/doc/latex/base/alltt.pdf">alltt.pdf</a>, <a href="texmf-dist/doc/latex/base/cfgguide.pdf">cfgguide.pdf</a>, <a href="texmf-dist/doc/latex/base/classes.pdf">classes.pdf</a>, @@ -9106,13 +9105,8 @@ A TeX macro package that defines LaTeX <a href="texmf-dist/doc/latex/base/letter.pdf">letter.pdf</a>, <a href="texmf-dist/doc/latex/base/lgc2.pdf">lgc2.pdf</a>, <a href="texmf-dist/doc/latex/base/lppl.pdf">lppl.pdf</a>, -<a href="texmf-dist/doc/latex/base/ltclass.pdf">ltclass.pdf</a>, -<a href="texmf-dist/doc/latex/base/ltcounts.pdf">ltcounts.pdf</a>, -<a href="texmf-dist/doc/latex/base/ltdirchk.pdf">ltdirchk.pdf</a>, -<a href="texmf-dist/doc/latex/base/ltfssbas.pdf">ltfssbas.pdf</a>, <a href="texmf-dist/doc/latex/base/ltluatex.pdf">ltluatex.pdf</a>, <a href="texmf-dist/doc/latex/base/ltnews.pdf">ltnews.pdf</a>, -<a href="texmf-dist/doc/latex/base/ltoutenc.pdf">ltoutenc.pdf</a>, <a href="texmf-dist/doc/latex/base/ltx3info.pdf">ltx3info.pdf</a>, <a href="texmf-dist/doc/latex/base/ltxdoc.pdf">ltxdoc.pdf</a>, <a href="texmf-dist/doc/latex/base/makeindx.pdf">makeindx.pdf</a>, @@ -9124,11 +9118,8 @@ A TeX macro package that defines LaTeX <a href="texmf-dist/doc/latex/base/slifonts.pdf">slifonts.pdf</a>, <a href="texmf-dist/doc/latex/base/source2e.pdf">source2e.pdf</a>, <a href="texmf-dist/doc/latex/base/syntonly.pdf">syntonly.pdf</a>, -<a href="texmf-dist/doc/latex/base/tlb-utf8-bom.pdf">tlb-utf8-bom.pdf</a>, -<a href="texmf-dist/doc/latex/base/tlb-utf8-dec-utf8-2017.pdf">tlb-utf8-dec-utf8-2017.pdf</a>, <a href="texmf-dist/doc/latex/base/tlc2.pdf">tlc2.pdf</a>, <a href="texmf-dist/doc/latex/base/tulm.pdf">tulm.pdf</a>, -<a href="texmf-dist/doc/latex/base/us.pdf">us.pdf</a>, <a href="texmf-dist/doc/latex/base/usrguide.pdf">usrguide.pdf</a>, <a href="texmf-dist/doc/latex/base/utf8ienc.pdf">utf8ienc.pdf</a>, <a href="texmf-dist/doc/latex/base/webcomp.pdf">webcomp.pdf</a>. @@ -18791,7 +18782,6 @@ Extremely flexible macros for letters, envelopes, and label sheets A LaTeX class for writing a thesis following French rules <a href="texmf-dist/doc/latex/yathesis/french/documentation/yathesis-fr.pdf">yathesis-fr.pdf</a>, <a href="texmf-dist/doc/latex/yathesis/french/exemples/specimen/a-plat/comue.pdf">comue.pdf</a>, -<a href="texmf-dist/doc/latex/yathesis/french/exemples/specimen/a-plat/etoolbox.pdf">etoolbox.pdf</a>, <a href="texmf-dist/doc/latex/yathesis/french/exemples/specimen/a-plat/labo.pdf">labo.pdf</a>, <a href="texmf-dist/doc/latex/yathesis/french/exemples/specimen/a-plat/paris13.pdf">paris13.pdf</a>, <a href="texmf-dist/doc/latex/yathesis/french/exemples/specimen/a-plat/these.pdf">these.pdf</a>, |