diff options
author | Karl Berry <karl@freefriends.org> | 2017-09-15 00:21:32 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2017-09-15 00:21:32 +0000 |
commit | 0ce63b5e8a99f30707485ba98fabb02d7ba2d2bc (patch) | |
tree | 3894032a5f1ad4e158b9a83ac2d19f77b5f5f30f /Master | |
parent | ff1ffa7815a54553d860c18b9f21f26a89c0081c (diff) |
tl-update-auto
git-svn-id: svn://tug.org/texlive/trunk@45308 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master')
-rw-r--r-- | Master/doc.html | 14 | ||||
-rwxr-xr-x | Master/tlpkg/installer/config.guess | 30 |
2 files changed, 3 insertions, 41 deletions
diff --git a/Master/doc.html b/Master/doc.html index 1dcfa6dceda..b7f6197a3a3 100644 --- a/Master/doc.html +++ b/Master/doc.html @@ -11392,18 +11392,8 @@ Class for printing fiction, such as novels <a href="texmf-dist/doc/lualatex/novel/extras/NovelDeco-glyphs.pdf">NovelDeco-glyphs.pdf</a>, <a href="texmf-dist/doc/lualatex/novel/extras/novel-Gallery-ChapterStart.pdf">novel-Gallery-ChapterStart.pdf</a>, <a href="texmf-dist/doc/lualatex/novel/extras/novel-example.pdf">novel-example.pdf</a>, -<a href="texmf-dist/doc/lualatex/novel/novel.pdf">novel.pdf</a>, -<a href="texmf-dist/doc/lualatex/novel/noveldocs-01-overview.html">noveldocs-01-overview.html</a>, -<a href="texmf-dist/doc/lualatex/novel/noveldocs-02-class-options.html">noveldocs-02-class-options.html</a>, -<a href="texmf-dist/doc/lualatex/novel/noveldocs-03-metadata-pdfx.html">noveldocs-03-metadata-pdfx.html</a>, -<a href="texmf-dist/doc/lualatex/novel/noveldocs-04-layout.html">noveldocs-04-layout.html</a>, -<a href="texmf-dist/doc/lualatex/novel/noveldocs-05-fonts.html">noveldocs-05-fonts.html</a>, -<a href="texmf-dist/doc/lualatex/novel/noveldocs-06-header-footer.html">noveldocs-06-header-footer.html</a>, -<a href="texmf-dist/doc/lualatex/novel/noveldocs-07-text-size-style.html">noveldocs-07-text-size-style.html</a>, -<a href="texmf-dist/doc/lualatex/novel/noveldocs-08-images.html">noveldocs-08-images.html</a>, -<a href="texmf-dist/doc/lualatex/novel/noveldocs-09-chapters-displays.html">noveldocs-09-chapters-displays.html</a>, -<a href="texmf-dist/doc/lualatex/novel/noveldocs-10-cover-art.html">noveldocs-10-cover-art.html</a>, -<a href="texmf-dist/doc/lualatex/novel/noveldocs-11-debugging.html">noveldocs-11-debugging.html</a>. +<a href="texmf-dist/doc/lualatex/novel/novel-documentation.html">novel-documentation.html</a>, +<a href="texmf-dist/doc/lualatex/novel/novel.pdf">novel.pdf</a>. </small></li> <li><b><a href="texmf-dist/doc/latex/nowidow">nowidow</a></b>:<small> diff --git a/Master/tlpkg/installer/config.guess b/Master/tlpkg/installer/config.guess index a7448442748..7834a66476c 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-2017 Free Software Foundation, Inc. -timestamp='2017-08-08' +timestamp='2017-09-12' # 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 @@ -318,15 +318,6 @@ case "${UNAME_MACHINE}:${UNAME_SYSTEM}:${UNAME_RELEASE}:${UNAME_VERSION}" in exitcode=$? trap '' 0 exit $exitcode ;; - Alpha\ *:Windows_NT*:*) - # How do we know it's Interix rather than the generic POSIX subsystem? - # Should we change UNAME_MACHINE based on the output of uname instead - # of the specific Alpha model? - echo alpha-pc-interix - exit ;; - 21064:Windows_NT:50:3) - echo alpha-dec-winnt3.5 - exit ;; Amiga*:UNIX_System_V:4.0:*) echo m68k-unknown-sysv4 exit ;; @@ -858,10 +849,6 @@ EOF *:MSYS*:*) echo ${UNAME_MACHINE}-pc-msys exit ;; - i*:windows32*:*) - # uname -m includes "-pc" on this system. - echo ${UNAME_MACHINE}-mingw32 - exit ;; i*:PW*:*) echo ${UNAME_MACHINE}-pc-pw32 exit ;; @@ -877,27 +864,12 @@ EOF echo ia64-unknown-interix${UNAME_RELEASE} exit ;; esac ;; - [345]86:Windows_95:* | [345]86:Windows_98:* | [345]86:Windows_NT:*) - echo i${UNAME_MACHINE}-pc-mks - exit ;; - 8664:Windows_NT:*) - echo x86_64-pc-mks - exit ;; - i*:Windows_NT*:* | Pentium*:Windows_NT*:*) - # How do we know it's Interix rather than the generic POSIX subsystem? - # It also conflicts with pre-2.0 versions of AT&T UWIN. Should we - # UNAME_MACHINE based on the output of uname instead of i386? - echo i586-pc-interix - exit ;; i*:UWIN*:*) echo ${UNAME_MACHINE}-pc-uwin exit ;; amd64:CYGWIN*:*:* | x86_64:CYGWIN*:*:*) echo x86_64-unknown-cygwin exit ;; - p*:CYGWIN*:*) - echo powerpcle-unknown-cygwin - exit ;; prep*:SunOS:5.*:*) echo powerpcle-unknown-solaris2`echo ${UNAME_RELEASE}|sed -e 's/[^.]*//'` exit ;; |