diff options
Diffstat (limited to 'Master')
-rw-r--r-- | Master/doc.html | 10 | ||||
-rwxr-xr-x | Master/tlpkg/installer/config.guess | 8 |
2 files changed, 14 insertions, 4 deletions
diff --git a/Master/doc.html b/Master/doc.html index 59ede60fd31..f3a106be6db 100644 --- a/Master/doc.html +++ b/Master/doc.html @@ -728,10 +728,12 @@ Babel contributed support for Basque. </small></li> <li><b><a href="texmf-dist/doc/generic/babel-breton">babel-breton</a></b>:<small> +Babel contributed support for Breton. <a href="texmf-dist/doc/generic/babel-breton/breton.pdf">breton.pdf</a>. </small></li> <li><b><a href="texmf-dist/doc/generic/babel-bulgarian">babel-bulgarian</a></b>:<small> +(Babel contributed support for Bulgarian. <a href="texmf-dist/doc/generic/babel-bulgarian/bulgarian.pdf">bulgarian.pdf</a>. </small></li> @@ -880,6 +882,7 @@ Babel module to support Serbian Cyrillic. </small></li> <li><b><a href="texmf-dist/doc/generic/babel-slovak">babel-slovak</a></b>:<small> +Babel support for typesetting Slovak. <a href="texmf-dist/doc/generic/babel-slovak/slovak.pdf">slovak.pdf</a>. </small></li> @@ -2077,7 +2080,7 @@ A collection of macros to support typesetting chemistry documents. <li><b><a href="texmf-dist/doc/latex/chemnum">chemnum</a></b>:<small> A method of numbering chemical compounds. -<a href="texmf-dist/doc/latex/chemnum/chemnum_de.pdf">chemnum_de.pdf</a> (de), +<a href="texmf-dist/doc/latex/chemnum/chemnum_de.pdf">chemnum_de.pdf</a>, <a href="texmf-dist/doc/latex/chemnum/chemnum_en.pdf">chemnum_en.pdf</a> (en), <a href="texmf-dist/doc/latex/chemnum/chemnum_it.pdf">chemnum_it.pdf</a>. </small></li> @@ -2829,7 +2832,7 @@ Reading data from CSV files. </small></li> <li><b><a href="texmf-dist/doc/latex/ctable">ctable</a></b>:<small> -Easily typeset centered tables. +Flexible typesetting of table and figure floats using key/value directives. <a href="texmf-dist/doc/latex/ctable/ctable.pdf">ctable.pdf</a>. </small></li> @@ -6363,7 +6366,7 @@ Left and right subscripts and superscripts in math mode. </small></li> <li><b><a href="texmf-dist/doc/latex/leipzig">leipzig</a></b>:<small> -Consistent typesetting of glossing abbreviations. +Typeset and index linguistic gloss abbreviations. <a href="texmf-dist/doc/latex/leipzig/leipzig.pdf">leipzig.pdf</a>. </small></li> @@ -12031,6 +12034,7 @@ Fit text to a desired size. </small></li> <li><b><a href="texmf-dist/doc/latex/textglos">textglos</a></b>:<small> +Typeset and index linguistic gloss abbreviations. <a href="texmf-dist/doc/latex/textglos/textglos.pdf">textglos.pdf</a>. </small></li> diff --git a/Master/tlpkg/installer/config.guess b/Master/tlpkg/installer/config.guess index 120cc0d239e..b79252d6b10 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-2013 Free Software Foundation, Inc. -timestamp='2013-05-16' +timestamp='2013-06-10' # 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 @@ -995,6 +995,12 @@ EOF ppc:Linux:*:*) echo powerpc-unknown-linux-${LIBC} exit ;; + ppc64le:Linux:*:*) + echo powerpc64le-unknown-linux-${LIBC} + exit ;; + ppcle:Linux:*:*) + echo powerpcle-unknown-linux-${LIBC} + exit ;; s390:Linux:*:* | s390x:Linux:*:*) echo ${UNAME_MACHINE}-ibm-linux-${LIBC} exit ;; |