diff options
author | Karl Berry <karl@freefriends.org> | 2012-01-31 03:30:04 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2012-01-31 03:30:04 +0000 |
commit | 18beb9aaaf514f9d5c847020e9cb3cd78387e55e (patch) | |
tree | 3463a6d07a68b54669897293a7a1e69034c9bf47 | |
parent | e9d57b5d663e4bf80f666cc47a05958a9872dee5 (diff) |
/home/texlive/karl/Master/tlpkg/bin/tl-update-auto
git-svn-id: svn://tug.org/texlive/trunk@25249 c570f23f-e606-0410-a88d-b1316a301751
-rwxr-xr-x | Build/source/build-aux/config.sub | 13 | ||||
-rwxr-xr-x | Build/source/extra/xz/build-aux/config.sub | 13 | ||||
-rwxr-xr-x | Build/source/libs/freetype/freetype-1.5/config.sub | 13 | ||||
-rwxr-xr-x | Build/source/libs/freetype2/freetype-2.4.7/builds/unix/config.sub | 13 | ||||
-rwxr-xr-x | Build/source/libs/icu/icu-4.8.1/config.sub | 13 | ||||
-rw-r--r-- | Master/doc.html | 12 |
6 files changed, 57 insertions, 20 deletions
diff --git a/Build/source/build-aux/config.sub b/Build/source/build-aux/config.sub index d6b6b3c768f..b6f695a83b2 100755 --- a/Build/source/build-aux/config.sub +++ b/Build/source/build-aux/config.sub @@ -4,7 +4,7 @@ # 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, # 2011, 2012 Free Software Foundation, Inc. -timestamp='2012-01-01' +timestamp='2012-01-28' # This file is (in principle) common to ALL GNU software. # The presence of a machine in this file suggests that SOME GNU software @@ -132,6 +132,10 @@ case $maybe_os in 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 ] @@ -319,7 +323,7 @@ case $basic_machine in c6x) basic_machine=tic6x-unknown ;; - m6811 | m68hc11 | m6812 | m68hc12 | picochip) + m6811 | m68hc11 | m6812 | m68hc12 | m68hcs12x | picochip) basic_machine=$basic_machine-unknown os=-none ;; @@ -332,7 +336,10 @@ case $basic_machine in strongarm | thumb | xscale) basic_machine=arm-unknown ;; - + xgate) + basic_machine=$basic_machine-unknown + os=-none + ;; xscaleeb) basic_machine=armeb-unknown ;; diff --git a/Build/source/extra/xz/build-aux/config.sub b/Build/source/extra/xz/build-aux/config.sub index d6b6b3c768f..b6f695a83b2 100755 --- a/Build/source/extra/xz/build-aux/config.sub +++ b/Build/source/extra/xz/build-aux/config.sub @@ -4,7 +4,7 @@ # 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, # 2011, 2012 Free Software Foundation, Inc. -timestamp='2012-01-01' +timestamp='2012-01-28' # This file is (in principle) common to ALL GNU software. # The presence of a machine in this file suggests that SOME GNU software @@ -132,6 +132,10 @@ case $maybe_os in 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 ] @@ -319,7 +323,7 @@ case $basic_machine in c6x) basic_machine=tic6x-unknown ;; - m6811 | m68hc11 | m6812 | m68hc12 | picochip) + m6811 | m68hc11 | m6812 | m68hc12 | m68hcs12x | picochip) basic_machine=$basic_machine-unknown os=-none ;; @@ -332,7 +336,10 @@ case $basic_machine in strongarm | thumb | xscale) basic_machine=arm-unknown ;; - + xgate) + basic_machine=$basic_machine-unknown + os=-none + ;; xscaleeb) basic_machine=armeb-unknown ;; diff --git a/Build/source/libs/freetype/freetype-1.5/config.sub b/Build/source/libs/freetype/freetype-1.5/config.sub index d6b6b3c768f..b6f695a83b2 100755 --- a/Build/source/libs/freetype/freetype-1.5/config.sub +++ b/Build/source/libs/freetype/freetype-1.5/config.sub @@ -4,7 +4,7 @@ # 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, # 2011, 2012 Free Software Foundation, Inc. -timestamp='2012-01-01' +timestamp='2012-01-28' # This file is (in principle) common to ALL GNU software. # The presence of a machine in this file suggests that SOME GNU software @@ -132,6 +132,10 @@ case $maybe_os in 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 ] @@ -319,7 +323,7 @@ case $basic_machine in c6x) basic_machine=tic6x-unknown ;; - m6811 | m68hc11 | m6812 | m68hc12 | picochip) + m6811 | m68hc11 | m6812 | m68hc12 | m68hcs12x | picochip) basic_machine=$basic_machine-unknown os=-none ;; @@ -332,7 +336,10 @@ case $basic_machine in strongarm | thumb | xscale) basic_machine=arm-unknown ;; - + xgate) + basic_machine=$basic_machine-unknown + os=-none + ;; xscaleeb) basic_machine=armeb-unknown ;; diff --git a/Build/source/libs/freetype2/freetype-2.4.7/builds/unix/config.sub b/Build/source/libs/freetype2/freetype-2.4.7/builds/unix/config.sub index d6b6b3c768f..b6f695a83b2 100755 --- a/Build/source/libs/freetype2/freetype-2.4.7/builds/unix/config.sub +++ b/Build/source/libs/freetype2/freetype-2.4.7/builds/unix/config.sub @@ -4,7 +4,7 @@ # 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, # 2011, 2012 Free Software Foundation, Inc. -timestamp='2012-01-01' +timestamp='2012-01-28' # This file is (in principle) common to ALL GNU software. # The presence of a machine in this file suggests that SOME GNU software @@ -132,6 +132,10 @@ case $maybe_os in 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 ] @@ -319,7 +323,7 @@ case $basic_machine in c6x) basic_machine=tic6x-unknown ;; - m6811 | m68hc11 | m6812 | m68hc12 | picochip) + m6811 | m68hc11 | m6812 | m68hc12 | m68hcs12x | picochip) basic_machine=$basic_machine-unknown os=-none ;; @@ -332,7 +336,10 @@ case $basic_machine in strongarm | thumb | xscale) basic_machine=arm-unknown ;; - + xgate) + basic_machine=$basic_machine-unknown + os=-none + ;; xscaleeb) basic_machine=armeb-unknown ;; diff --git a/Build/source/libs/icu/icu-4.8.1/config.sub b/Build/source/libs/icu/icu-4.8.1/config.sub index d6b6b3c768f..b6f695a83b2 100755 --- a/Build/source/libs/icu/icu-4.8.1/config.sub +++ b/Build/source/libs/icu/icu-4.8.1/config.sub @@ -4,7 +4,7 @@ # 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, # 2011, 2012 Free Software Foundation, Inc. -timestamp='2012-01-01' +timestamp='2012-01-28' # This file is (in principle) common to ALL GNU software. # The presence of a machine in this file suggests that SOME GNU software @@ -132,6 +132,10 @@ case $maybe_os in 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 ] @@ -319,7 +323,7 @@ case $basic_machine in c6x) basic_machine=tic6x-unknown ;; - m6811 | m68hc11 | m6812 | m68hc12 | picochip) + m6811 | m68hc11 | m6812 | m68hc12 | m68hcs12x | picochip) basic_machine=$basic_machine-unknown os=-none ;; @@ -332,7 +336,10 @@ case $basic_machine in strongarm | thumb | xscale) basic_machine=arm-unknown ;; - + xgate) + basic_machine=$basic_machine-unknown + os=-none + ;; xscaleeb) basic_machine=armeb-unknown ;; diff --git a/Master/doc.html b/Master/doc.html index 66d6644d7f4..b50889c381f 100644 --- a/Master/doc.html +++ b/Master/doc.html @@ -667,10 +667,10 @@ Multilingual support for Plain TeX or LaTeX. <a href="texmf-dist/doc/generic/babel/tb1604.pdf">tb1604.pdf</a>. </small></li> -<li><b><a href="texmf-dist/doc/latex/babelbib">babelbib</a></b>:<small> +<li><b><a href="texmf-dist/doc/bibtex/babelbib">babelbib</a></b>:<small> Multilingual bibliographies. -<a href="texmf-dist/doc/latex/babelbib/babelbib.pdf">babelbib.pdf</a>, -<a href="texmf-dist/doc/latex/babelbib/tugboat-babelbib.pdf">tugboat-babelbib.pdf</a>. +<a href="texmf-dist/doc/bibtex/babelbib/babelbib.pdf">babelbib.pdf</a>, +<a href="texmf-dist/doc/bibtex/babelbib/tugboat-babelbib.pdf">tugboat-babelbib.pdf</a>. </small></li> <li><b><a href="texmf-dist/doc/latex/background">background</a></b>:<small> @@ -3570,7 +3570,8 @@ A maths symbol font. <li><b><a href="texmf-dist/doc/metapost/featpost/doc">featpost</a></b>:<small> MetaPost macros for 3D. <a href="texmf-dist/doc/metapost/featpost/doc/featpostbeamer.pdf">featpostbeamer.pdf</a>, -<a href="texmf-dist/doc/metapost/featpost/doc/featpostmanual.pdf">featpostmanual.pdf</a>. +<a href="texmf-dist/doc/metapost/featpost/doc/featpostmanual.pdf">featpostmanual.pdf</a>, +<a href="texmf-dist/doc/metapost/featpost/doc/metapostpropagandafiles/minimal-1.pdf">minimal-1.pdf</a>. </small></li> <li><b><a href="texmf-dist/doc/fonts/feyn">feyn</a></b>:<small> @@ -10684,7 +10685,8 @@ Create commutative diagrams with TikZ <li><b><a href="texmf-dist/doc/fonts/tipa">tipa</a></b>:<small> Fonts and macros for IPA phonetics characters. -<a href="texmf-dist/doc/fonts/tipa/tipaman.pdf">tipaman.pdf</a> (en). +<a href="texmf-dist/doc/fonts/tipa/tipaman.pdf">tipaman.pdf</a>, +<a href="texmf-dist/doc/fonts/tipa/vowel.pdf">vowel.pdf</a>. </small></li> <li><b><a href="texmf-dist/doc/latex/tipa-de">tipa-de</a></b>:<small> |