summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xBuild/source/config/config.guess8
-rw-r--r--Build/source/libs/expat/conftools/config.guess8
-rwxr-xr-xBuild/source/libs/freetype/config.guess8
-rw-r--r--Build/source/libs/freetype2/builds/unix/config.guess8
-rwxr-xr-xBuild/source/libs/graphite-engine/config/config.guess8
-rw-r--r--Build/source/libs/icu-xetex/config.guess8
-rw-r--r--Build/source/libs/jpeg/config.guess8
-rwxr-xr-xBuild/source/libs/ncurses/config.guess8
-rwxr-xr-xBuild/source/libs/obsdcompat/config.guess8
-rwxr-xr-xBuild/source/libs/teckit/config.guess8
-rwxr-xr-xBuild/source/libs/zziplib/uses/config.guess8
-rw-r--r--Build/source/texk/cjkutils/hbf2gf/config.guess8
-rwxr-xr-xBuild/source/texk/config.guess8
-rwxr-xr-xBuild/source/texk/xdvipdfmx/config.guess8
-rwxr-xr-xBuild/source/utils/lzma/config.guess8
-rwxr-xr-xBuild/source/utils/t1utils/config.guess8
-rwxr-xr-xBuild/source/utils/texinfo/build-aux/config.guess8
-rwxr-xr-xBuild/source/utils/texinfo/config.guess8
-rwxr-xr-xBuild/source/utils/xindy/config.guess8
-rw-r--r--Master/doc.html5
-rw-r--r--Master/texmf/doc/man/man1/tlmgr.1234
-rw-r--r--Master/texmf/doc/man/man1/tlmgr.pdfbin25427 -> 25937 bytes
-rwxr-xr-xMaster/tlpkg/installer/config.guess8
23 files changed, 165 insertions, 234 deletions
diff --git a/Build/source/config/config.guess b/Build/source/config/config.guess
index c466aa76364..aeb53233ecb 100755
--- a/Build/source/config/config.guess
+++ b/Build/source/config/config.guess
@@ -4,7 +4,7 @@
# 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008
# Free Software Foundation, Inc.
-timestamp='2008-12-11'
+timestamp='2008-12-18'
# 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
@@ -335,11 +335,9 @@ case "${UNAME_MACHINE}:${UNAME_SYSTEM}:${UNAME_RELEASE}:${UNAME_VERSION}" in
SUN_ARCH="i386"
# If there is a compiler, see if it is configured for 64-bit objects.
# Note that the Sun cc does not turn __LP64__ into 1 like gcc does.
- # This test works for both compilers. Note that the full path to
- # /usr/bin/echo is necessary to work around the shell builtins for
- # echo that do not handle newlines.
+ # This test works for both compilers.
if [ "$CC_FOR_BUILD" != 'no_compiler_found' ]; then
- if /usr/bin/echo '\n#ifdef __amd64\nIS_64BIT_ARCH\n#endif' | \
+ if (echo '#ifdef __amd64'; echo IS_64BIT_ARCH; echo '#endif') | \
(CCOPTS= $CC_FOR_BUILD -E - 2>/dev/null) | \
grep IS_64BIT_ARCH >/dev/null
then
diff --git a/Build/source/libs/expat/conftools/config.guess b/Build/source/libs/expat/conftools/config.guess
index c466aa76364..aeb53233ecb 100644
--- a/Build/source/libs/expat/conftools/config.guess
+++ b/Build/source/libs/expat/conftools/config.guess
@@ -4,7 +4,7 @@
# 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008
# Free Software Foundation, Inc.
-timestamp='2008-12-11'
+timestamp='2008-12-18'
# 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
@@ -335,11 +335,9 @@ case "${UNAME_MACHINE}:${UNAME_SYSTEM}:${UNAME_RELEASE}:${UNAME_VERSION}" in
SUN_ARCH="i386"
# If there is a compiler, see if it is configured for 64-bit objects.
# Note that the Sun cc does not turn __LP64__ into 1 like gcc does.
- # This test works for both compilers. Note that the full path to
- # /usr/bin/echo is necessary to work around the shell builtins for
- # echo that do not handle newlines.
+ # This test works for both compilers.
if [ "$CC_FOR_BUILD" != 'no_compiler_found' ]; then
- if /usr/bin/echo '\n#ifdef __amd64\nIS_64BIT_ARCH\n#endif' | \
+ if (echo '#ifdef __amd64'; echo IS_64BIT_ARCH; echo '#endif') | \
(CCOPTS= $CC_FOR_BUILD -E - 2>/dev/null) | \
grep IS_64BIT_ARCH >/dev/null
then
diff --git a/Build/source/libs/freetype/config.guess b/Build/source/libs/freetype/config.guess
index c466aa76364..aeb53233ecb 100755
--- a/Build/source/libs/freetype/config.guess
+++ b/Build/source/libs/freetype/config.guess
@@ -4,7 +4,7 @@
# 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008
# Free Software Foundation, Inc.
-timestamp='2008-12-11'
+timestamp='2008-12-18'
# 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
@@ -335,11 +335,9 @@ case "${UNAME_MACHINE}:${UNAME_SYSTEM}:${UNAME_RELEASE}:${UNAME_VERSION}" in
SUN_ARCH="i386"
# If there is a compiler, see if it is configured for 64-bit objects.
# Note that the Sun cc does not turn __LP64__ into 1 like gcc does.
- # This test works for both compilers. Note that the full path to
- # /usr/bin/echo is necessary to work around the shell builtins for
- # echo that do not handle newlines.
+ # This test works for both compilers.
if [ "$CC_FOR_BUILD" != 'no_compiler_found' ]; then
- if /usr/bin/echo '\n#ifdef __amd64\nIS_64BIT_ARCH\n#endif' | \
+ if (echo '#ifdef __amd64'; echo IS_64BIT_ARCH; echo '#endif') | \
(CCOPTS= $CC_FOR_BUILD -E - 2>/dev/null) | \
grep IS_64BIT_ARCH >/dev/null
then
diff --git a/Build/source/libs/freetype2/builds/unix/config.guess b/Build/source/libs/freetype2/builds/unix/config.guess
index c466aa76364..aeb53233ecb 100644
--- a/Build/source/libs/freetype2/builds/unix/config.guess
+++ b/Build/source/libs/freetype2/builds/unix/config.guess
@@ -4,7 +4,7 @@
# 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008
# Free Software Foundation, Inc.
-timestamp='2008-12-11'
+timestamp='2008-12-18'
# 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
@@ -335,11 +335,9 @@ case "${UNAME_MACHINE}:${UNAME_SYSTEM}:${UNAME_RELEASE}:${UNAME_VERSION}" in
SUN_ARCH="i386"
# If there is a compiler, see if it is configured for 64-bit objects.
# Note that the Sun cc does not turn __LP64__ into 1 like gcc does.
- # This test works for both compilers. Note that the full path to
- # /usr/bin/echo is necessary to work around the shell builtins for
- # echo that do not handle newlines.
+ # This test works for both compilers.
if [ "$CC_FOR_BUILD" != 'no_compiler_found' ]; then
- if /usr/bin/echo '\n#ifdef __amd64\nIS_64BIT_ARCH\n#endif' | \
+ if (echo '#ifdef __amd64'; echo IS_64BIT_ARCH; echo '#endif') | \
(CCOPTS= $CC_FOR_BUILD -E - 2>/dev/null) | \
grep IS_64BIT_ARCH >/dev/null
then
diff --git a/Build/source/libs/graphite-engine/config/config.guess b/Build/source/libs/graphite-engine/config/config.guess
index c466aa76364..aeb53233ecb 100755
--- a/Build/source/libs/graphite-engine/config/config.guess
+++ b/Build/source/libs/graphite-engine/config/config.guess
@@ -4,7 +4,7 @@
# 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008
# Free Software Foundation, Inc.
-timestamp='2008-12-11'
+timestamp='2008-12-18'
# 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
@@ -335,11 +335,9 @@ case "${UNAME_MACHINE}:${UNAME_SYSTEM}:${UNAME_RELEASE}:${UNAME_VERSION}" in
SUN_ARCH="i386"
# If there is a compiler, see if it is configured for 64-bit objects.
# Note that the Sun cc does not turn __LP64__ into 1 like gcc does.
- # This test works for both compilers. Note that the full path to
- # /usr/bin/echo is necessary to work around the shell builtins for
- # echo that do not handle newlines.
+ # This test works for both compilers.
if [ "$CC_FOR_BUILD" != 'no_compiler_found' ]; then
- if /usr/bin/echo '\n#ifdef __amd64\nIS_64BIT_ARCH\n#endif' | \
+ if (echo '#ifdef __amd64'; echo IS_64BIT_ARCH; echo '#endif') | \
(CCOPTS= $CC_FOR_BUILD -E - 2>/dev/null) | \
grep IS_64BIT_ARCH >/dev/null
then
diff --git a/Build/source/libs/icu-xetex/config.guess b/Build/source/libs/icu-xetex/config.guess
index c466aa76364..aeb53233ecb 100644
--- a/Build/source/libs/icu-xetex/config.guess
+++ b/Build/source/libs/icu-xetex/config.guess
@@ -4,7 +4,7 @@
# 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008
# Free Software Foundation, Inc.
-timestamp='2008-12-11'
+timestamp='2008-12-18'
# 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
@@ -335,11 +335,9 @@ case "${UNAME_MACHINE}:${UNAME_SYSTEM}:${UNAME_RELEASE}:${UNAME_VERSION}" in
SUN_ARCH="i386"
# If there is a compiler, see if it is configured for 64-bit objects.
# Note that the Sun cc does not turn __LP64__ into 1 like gcc does.
- # This test works for both compilers. Note that the full path to
- # /usr/bin/echo is necessary to work around the shell builtins for
- # echo that do not handle newlines.
+ # This test works for both compilers.
if [ "$CC_FOR_BUILD" != 'no_compiler_found' ]; then
- if /usr/bin/echo '\n#ifdef __amd64\nIS_64BIT_ARCH\n#endif' | \
+ if (echo '#ifdef __amd64'; echo IS_64BIT_ARCH; echo '#endif') | \
(CCOPTS= $CC_FOR_BUILD -E - 2>/dev/null) | \
grep IS_64BIT_ARCH >/dev/null
then
diff --git a/Build/source/libs/jpeg/config.guess b/Build/source/libs/jpeg/config.guess
index c466aa76364..aeb53233ecb 100644
--- a/Build/source/libs/jpeg/config.guess
+++ b/Build/source/libs/jpeg/config.guess
@@ -4,7 +4,7 @@
# 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008
# Free Software Foundation, Inc.
-timestamp='2008-12-11'
+timestamp='2008-12-18'
# 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
@@ -335,11 +335,9 @@ case "${UNAME_MACHINE}:${UNAME_SYSTEM}:${UNAME_RELEASE}:${UNAME_VERSION}" in
SUN_ARCH="i386"
# If there is a compiler, see if it is configured for 64-bit objects.
# Note that the Sun cc does not turn __LP64__ into 1 like gcc does.
- # This test works for both compilers. Note that the full path to
- # /usr/bin/echo is necessary to work around the shell builtins for
- # echo that do not handle newlines.
+ # This test works for both compilers.
if [ "$CC_FOR_BUILD" != 'no_compiler_found' ]; then
- if /usr/bin/echo '\n#ifdef __amd64\nIS_64BIT_ARCH\n#endif' | \
+ if (echo '#ifdef __amd64'; echo IS_64BIT_ARCH; echo '#endif') | \
(CCOPTS= $CC_FOR_BUILD -E - 2>/dev/null) | \
grep IS_64BIT_ARCH >/dev/null
then
diff --git a/Build/source/libs/ncurses/config.guess b/Build/source/libs/ncurses/config.guess
index c466aa76364..aeb53233ecb 100755
--- a/Build/source/libs/ncurses/config.guess
+++ b/Build/source/libs/ncurses/config.guess
@@ -4,7 +4,7 @@
# 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008
# Free Software Foundation, Inc.
-timestamp='2008-12-11'
+timestamp='2008-12-18'
# 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
@@ -335,11 +335,9 @@ case "${UNAME_MACHINE}:${UNAME_SYSTEM}:${UNAME_RELEASE}:${UNAME_VERSION}" in
SUN_ARCH="i386"
# If there is a compiler, see if it is configured for 64-bit objects.
# Note that the Sun cc does not turn __LP64__ into 1 like gcc does.
- # This test works for both compilers. Note that the full path to
- # /usr/bin/echo is necessary to work around the shell builtins for
- # echo that do not handle newlines.
+ # This test works for both compilers.
if [ "$CC_FOR_BUILD" != 'no_compiler_found' ]; then
- if /usr/bin/echo '\n#ifdef __amd64\nIS_64BIT_ARCH\n#endif' | \
+ if (echo '#ifdef __amd64'; echo IS_64BIT_ARCH; echo '#endif') | \
(CCOPTS= $CC_FOR_BUILD -E - 2>/dev/null) | \
grep IS_64BIT_ARCH >/dev/null
then
diff --git a/Build/source/libs/obsdcompat/config.guess b/Build/source/libs/obsdcompat/config.guess
index c466aa76364..aeb53233ecb 100755
--- a/Build/source/libs/obsdcompat/config.guess
+++ b/Build/source/libs/obsdcompat/config.guess
@@ -4,7 +4,7 @@
# 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008
# Free Software Foundation, Inc.
-timestamp='2008-12-11'
+timestamp='2008-12-18'
# 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
@@ -335,11 +335,9 @@ case "${UNAME_MACHINE}:${UNAME_SYSTEM}:${UNAME_RELEASE}:${UNAME_VERSION}" in
SUN_ARCH="i386"
# If there is a compiler, see if it is configured for 64-bit objects.
# Note that the Sun cc does not turn __LP64__ into 1 like gcc does.
- # This test works for both compilers. Note that the full path to
- # /usr/bin/echo is necessary to work around the shell builtins for
- # echo that do not handle newlines.
+ # This test works for both compilers.
if [ "$CC_FOR_BUILD" != 'no_compiler_found' ]; then
- if /usr/bin/echo '\n#ifdef __amd64\nIS_64BIT_ARCH\n#endif' | \
+ if (echo '#ifdef __amd64'; echo IS_64BIT_ARCH; echo '#endif') | \
(CCOPTS= $CC_FOR_BUILD -E - 2>/dev/null) | \
grep IS_64BIT_ARCH >/dev/null
then
diff --git a/Build/source/libs/teckit/config.guess b/Build/source/libs/teckit/config.guess
index c466aa76364..aeb53233ecb 100755
--- a/Build/source/libs/teckit/config.guess
+++ b/Build/source/libs/teckit/config.guess
@@ -4,7 +4,7 @@
# 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008
# Free Software Foundation, Inc.
-timestamp='2008-12-11'
+timestamp='2008-12-18'
# 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
@@ -335,11 +335,9 @@ case "${UNAME_MACHINE}:${UNAME_SYSTEM}:${UNAME_RELEASE}:${UNAME_VERSION}" in
SUN_ARCH="i386"
# If there is a compiler, see if it is configured for 64-bit objects.
# Note that the Sun cc does not turn __LP64__ into 1 like gcc does.
- # This test works for both compilers. Note that the full path to
- # /usr/bin/echo is necessary to work around the shell builtins for
- # echo that do not handle newlines.
+ # This test works for both compilers.
if [ "$CC_FOR_BUILD" != 'no_compiler_found' ]; then
- if /usr/bin/echo '\n#ifdef __amd64\nIS_64BIT_ARCH\n#endif' | \
+ if (echo '#ifdef __amd64'; echo IS_64BIT_ARCH; echo '#endif') | \
(CCOPTS= $CC_FOR_BUILD -E - 2>/dev/null) | \
grep IS_64BIT_ARCH >/dev/null
then
diff --git a/Build/source/libs/zziplib/uses/config.guess b/Build/source/libs/zziplib/uses/config.guess
index c466aa76364..aeb53233ecb 100755
--- a/Build/source/libs/zziplib/uses/config.guess
+++ b/Build/source/libs/zziplib/uses/config.guess
@@ -4,7 +4,7 @@
# 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008
# Free Software Foundation, Inc.
-timestamp='2008-12-11'
+timestamp='2008-12-18'
# 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
@@ -335,11 +335,9 @@ case "${UNAME_MACHINE}:${UNAME_SYSTEM}:${UNAME_RELEASE}:${UNAME_VERSION}" in
SUN_ARCH="i386"
# If there is a compiler, see if it is configured for 64-bit objects.
# Note that the Sun cc does not turn __LP64__ into 1 like gcc does.
- # This test works for both compilers. Note that the full path to
- # /usr/bin/echo is necessary to work around the shell builtins for
- # echo that do not handle newlines.
+ # This test works for both compilers.
if [ "$CC_FOR_BUILD" != 'no_compiler_found' ]; then
- if /usr/bin/echo '\n#ifdef __amd64\nIS_64BIT_ARCH\n#endif' | \
+ if (echo '#ifdef __amd64'; echo IS_64BIT_ARCH; echo '#endif') | \
(CCOPTS= $CC_FOR_BUILD -E - 2>/dev/null) | \
grep IS_64BIT_ARCH >/dev/null
then
diff --git a/Build/source/texk/cjkutils/hbf2gf/config.guess b/Build/source/texk/cjkutils/hbf2gf/config.guess
index c466aa76364..aeb53233ecb 100644
--- a/Build/source/texk/cjkutils/hbf2gf/config.guess
+++ b/Build/source/texk/cjkutils/hbf2gf/config.guess
@@ -4,7 +4,7 @@
# 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008
# Free Software Foundation, Inc.
-timestamp='2008-12-11'
+timestamp='2008-12-18'
# 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
@@ -335,11 +335,9 @@ case "${UNAME_MACHINE}:${UNAME_SYSTEM}:${UNAME_RELEASE}:${UNAME_VERSION}" in
SUN_ARCH="i386"
# If there is a compiler, see if it is configured for 64-bit objects.
# Note that the Sun cc does not turn __LP64__ into 1 like gcc does.
- # This test works for both compilers. Note that the full path to
- # /usr/bin/echo is necessary to work around the shell builtins for
- # echo that do not handle newlines.
+ # This test works for both compilers.
if [ "$CC_FOR_BUILD" != 'no_compiler_found' ]; then
- if /usr/bin/echo '\n#ifdef __amd64\nIS_64BIT_ARCH\n#endif' | \
+ if (echo '#ifdef __amd64'; echo IS_64BIT_ARCH; echo '#endif') | \
(CCOPTS= $CC_FOR_BUILD -E - 2>/dev/null) | \
grep IS_64BIT_ARCH >/dev/null
then
diff --git a/Build/source/texk/config.guess b/Build/source/texk/config.guess
index c466aa76364..aeb53233ecb 100755
--- a/Build/source/texk/config.guess
+++ b/Build/source/texk/config.guess
@@ -4,7 +4,7 @@
# 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008
# Free Software Foundation, Inc.
-timestamp='2008-12-11'
+timestamp='2008-12-18'
# 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
@@ -335,11 +335,9 @@ case "${UNAME_MACHINE}:${UNAME_SYSTEM}:${UNAME_RELEASE}:${UNAME_VERSION}" in
SUN_ARCH="i386"
# If there is a compiler, see if it is configured for 64-bit objects.
# Note that the Sun cc does not turn __LP64__ into 1 like gcc does.
- # This test works for both compilers. Note that the full path to
- # /usr/bin/echo is necessary to work around the shell builtins for
- # echo that do not handle newlines.
+ # This test works for both compilers.
if [ "$CC_FOR_BUILD" != 'no_compiler_found' ]; then
- if /usr/bin/echo '\n#ifdef __amd64\nIS_64BIT_ARCH\n#endif' | \
+ if (echo '#ifdef __amd64'; echo IS_64BIT_ARCH; echo '#endif') | \
(CCOPTS= $CC_FOR_BUILD -E - 2>/dev/null) | \
grep IS_64BIT_ARCH >/dev/null
then
diff --git a/Build/source/texk/xdvipdfmx/config.guess b/Build/source/texk/xdvipdfmx/config.guess
index c466aa76364..aeb53233ecb 100755
--- a/Build/source/texk/xdvipdfmx/config.guess
+++ b/Build/source/texk/xdvipdfmx/config.guess
@@ -4,7 +4,7 @@
# 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008
# Free Software Foundation, Inc.
-timestamp='2008-12-11'
+timestamp='2008-12-18'
# 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
@@ -335,11 +335,9 @@ case "${UNAME_MACHINE}:${UNAME_SYSTEM}:${UNAME_RELEASE}:${UNAME_VERSION}" in
SUN_ARCH="i386"
# If there is a compiler, see if it is configured for 64-bit objects.
# Note that the Sun cc does not turn __LP64__ into 1 like gcc does.
- # This test works for both compilers. Note that the full path to
- # /usr/bin/echo is necessary to work around the shell builtins for
- # echo that do not handle newlines.
+ # This test works for both compilers.
if [ "$CC_FOR_BUILD" != 'no_compiler_found' ]; then
- if /usr/bin/echo '\n#ifdef __amd64\nIS_64BIT_ARCH\n#endif' | \
+ if (echo '#ifdef __amd64'; echo IS_64BIT_ARCH; echo '#endif') | \
(CCOPTS= $CC_FOR_BUILD -E - 2>/dev/null) | \
grep IS_64BIT_ARCH >/dev/null
then
diff --git a/Build/source/utils/lzma/config.guess b/Build/source/utils/lzma/config.guess
index c466aa76364..aeb53233ecb 100755
--- a/Build/source/utils/lzma/config.guess
+++ b/Build/source/utils/lzma/config.guess
@@ -4,7 +4,7 @@
# 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008
# Free Software Foundation, Inc.
-timestamp='2008-12-11'
+timestamp='2008-12-18'
# 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
@@ -335,11 +335,9 @@ case "${UNAME_MACHINE}:${UNAME_SYSTEM}:${UNAME_RELEASE}:${UNAME_VERSION}" in
SUN_ARCH="i386"
# If there is a compiler, see if it is configured for 64-bit objects.
# Note that the Sun cc does not turn __LP64__ into 1 like gcc does.
- # This test works for both compilers. Note that the full path to
- # /usr/bin/echo is necessary to work around the shell builtins for
- # echo that do not handle newlines.
+ # This test works for both compilers.
if [ "$CC_FOR_BUILD" != 'no_compiler_found' ]; then
- if /usr/bin/echo '\n#ifdef __amd64\nIS_64BIT_ARCH\n#endif' | \
+ if (echo '#ifdef __amd64'; echo IS_64BIT_ARCH; echo '#endif') | \
(CCOPTS= $CC_FOR_BUILD -E - 2>/dev/null) | \
grep IS_64BIT_ARCH >/dev/null
then
diff --git a/Build/source/utils/t1utils/config.guess b/Build/source/utils/t1utils/config.guess
index c466aa76364..aeb53233ecb 100755
--- a/Build/source/utils/t1utils/config.guess
+++ b/Build/source/utils/t1utils/config.guess
@@ -4,7 +4,7 @@
# 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008
# Free Software Foundation, Inc.
-timestamp='2008-12-11'
+timestamp='2008-12-18'
# 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
@@ -335,11 +335,9 @@ case "${UNAME_MACHINE}:${UNAME_SYSTEM}:${UNAME_RELEASE}:${UNAME_VERSION}" in
SUN_ARCH="i386"
# If there is a compiler, see if it is configured for 64-bit objects.
# Note that the Sun cc does not turn __LP64__ into 1 like gcc does.
- # This test works for both compilers. Note that the full path to
- # /usr/bin/echo is necessary to work around the shell builtins for
- # echo that do not handle newlines.
+ # This test works for both compilers.
if [ "$CC_FOR_BUILD" != 'no_compiler_found' ]; then
- if /usr/bin/echo '\n#ifdef __amd64\nIS_64BIT_ARCH\n#endif' | \
+ if (echo '#ifdef __amd64'; echo IS_64BIT_ARCH; echo '#endif') | \
(CCOPTS= $CC_FOR_BUILD -E - 2>/dev/null) | \
grep IS_64BIT_ARCH >/dev/null
then
diff --git a/Build/source/utils/texinfo/build-aux/config.guess b/Build/source/utils/texinfo/build-aux/config.guess
index c466aa76364..aeb53233ecb 100755
--- a/Build/source/utils/texinfo/build-aux/config.guess
+++ b/Build/source/utils/texinfo/build-aux/config.guess
@@ -4,7 +4,7 @@
# 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008
# Free Software Foundation, Inc.
-timestamp='2008-12-11'
+timestamp='2008-12-18'
# 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
@@ -335,11 +335,9 @@ case "${UNAME_MACHINE}:${UNAME_SYSTEM}:${UNAME_RELEASE}:${UNAME_VERSION}" in
SUN_ARCH="i386"
# If there is a compiler, see if it is configured for 64-bit objects.
# Note that the Sun cc does not turn __LP64__ into 1 like gcc does.
- # This test works for both compilers. Note that the full path to
- # /usr/bin/echo is necessary to work around the shell builtins for
- # echo that do not handle newlines.
+ # This test works for both compilers.
if [ "$CC_FOR_BUILD" != 'no_compiler_found' ]; then
- if /usr/bin/echo '\n#ifdef __amd64\nIS_64BIT_ARCH\n#endif' | \
+ if (echo '#ifdef __amd64'; echo IS_64BIT_ARCH; echo '#endif') | \
(CCOPTS= $CC_FOR_BUILD -E - 2>/dev/null) | \
grep IS_64BIT_ARCH >/dev/null
then
diff --git a/Build/source/utils/texinfo/config.guess b/Build/source/utils/texinfo/config.guess
index c466aa76364..aeb53233ecb 100755
--- a/Build/source/utils/texinfo/config.guess
+++ b/Build/source/utils/texinfo/config.guess
@@ -4,7 +4,7 @@
# 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008
# Free Software Foundation, Inc.
-timestamp='2008-12-11'
+timestamp='2008-12-18'
# 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
@@ -335,11 +335,9 @@ case "${UNAME_MACHINE}:${UNAME_SYSTEM}:${UNAME_RELEASE}:${UNAME_VERSION}" in
SUN_ARCH="i386"
# If there is a compiler, see if it is configured for 64-bit objects.
# Note that the Sun cc does not turn __LP64__ into 1 like gcc does.
- # This test works for both compilers. Note that the full path to
- # /usr/bin/echo is necessary to work around the shell builtins for
- # echo that do not handle newlines.
+ # This test works for both compilers.
if [ "$CC_FOR_BUILD" != 'no_compiler_found' ]; then
- if /usr/bin/echo '\n#ifdef __amd64\nIS_64BIT_ARCH\n#endif' | \
+ if (echo '#ifdef __amd64'; echo IS_64BIT_ARCH; echo '#endif') | \
(CCOPTS= $CC_FOR_BUILD -E - 2>/dev/null) | \
grep IS_64BIT_ARCH >/dev/null
then
diff --git a/Build/source/utils/xindy/config.guess b/Build/source/utils/xindy/config.guess
index c466aa76364..aeb53233ecb 100755
--- a/Build/source/utils/xindy/config.guess
+++ b/Build/source/utils/xindy/config.guess
@@ -4,7 +4,7 @@
# 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008
# Free Software Foundation, Inc.
-timestamp='2008-12-11'
+timestamp='2008-12-18'
# 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
@@ -335,11 +335,9 @@ case "${UNAME_MACHINE}:${UNAME_SYSTEM}:${UNAME_RELEASE}:${UNAME_VERSION}" in
SUN_ARCH="i386"
# If there is a compiler, see if it is configured for 64-bit objects.
# Note that the Sun cc does not turn __LP64__ into 1 like gcc does.
- # This test works for both compilers. Note that the full path to
- # /usr/bin/echo is necessary to work around the shell builtins for
- # echo that do not handle newlines.
+ # This test works for both compilers.
if [ "$CC_FOR_BUILD" != 'no_compiler_found' ]; then
- if /usr/bin/echo '\n#ifdef __amd64\nIS_64BIT_ARCH\n#endif' | \
+ if (echo '#ifdef __amd64'; echo IS_64BIT_ARCH; echo '#endif') | \
(CCOPTS= $CC_FOR_BUILD -E - 2>/dev/null) | \
grep IS_64BIT_ARCH >/dev/null
then
diff --git a/Master/doc.html b/Master/doc.html
index d63d15bcacc..0515733bfb9 100644
--- a/Master/doc.html
+++ b/Master/doc.html
@@ -3579,6 +3579,9 @@ directories), sorted by package name.
<li><b><a href="texmf-dist/doc/latex/pdfcomment">latex/pdfcomment</a>:</b><small>
<a href="texmf-dist/doc/latex/pdfcomment/example.pdf">example.pdf</a>
+ <a href="texmf-dist/doc/latex/pdfcomment/example_latex_dvipdfmx.pdf">example_latex_dvipdfmx.pdf</a>
+ <a href="texmf-dist/doc/latex/pdfcomment/example_latex_dvips_ps2pdf.pdf">example_latex_dvips_ps2pdf.pdf</a>
+ <a href="texmf-dist/doc/latex/pdfcomment/example_xelatex.pdf">example_xelatex.pdf</a>
<a href="texmf-dist/doc/latex/pdfcomment/pdfcomment.pdf">pdfcomment.pdf</a>
<a href="texmf-dist/doc/latex/pdfcomment/pdfcomment_de.pdf">pdfcomment_de.pdf</a>
</small>
@@ -4531,6 +4534,7 @@ directories), sorted by package name.
</small>
<li><b><a href="texmf-dist/doc/latex/toptesi">latex/toptesi</a>:</b><small>
+ <a href="texmf-dist/doc/latex/toptesi/logoEPFL.pdf">logoEPFL.pdf</a>
<a href="texmf-dist/doc/latex/toptesi/logoINPG.pdf">logoINPG.pdf</a>
<a href="texmf-dist/doc/latex/toptesi/logopoliba.pdf">logopoliba.pdf</a>
<a href="texmf-dist/doc/latex/toptesi/logopolito.pdf">logopolito.pdf</a>
@@ -4551,6 +4555,7 @@ directories), sorted by package name.
<a href="texmf-dist/doc/latex/toptesi/logounits.pdf">logounits.pdf</a>
<a href="texmf-dist/doc/latex/toptesi/logouniur.pdf">logouniur.pdf</a>
<a href="texmf-dist/doc/latex/toptesi/toptesi-doc.pdf">toptesi-doc.pdf</a>
+ <a href="texmf-dist/doc/latex/toptesi/toptesi.pdf">toptesi.pdf</a>
</small>
<li><b><a href="texmf-dist/doc/latex/totpages">latex/totpages</a>:</b><small>
diff --git a/Master/texmf/doc/man/man1/tlmgr.1 b/Master/texmf/doc/man/man1/tlmgr.1
index 25e9f84b3cf..9738523f8c2 100644
--- a/Master/texmf/doc/man/man1/tlmgr.1
+++ b/Master/texmf/doc/man/man1/tlmgr.1
@@ -129,7 +129,7 @@
.\" ========================================================================
.\"
.IX Title "TLMGR 1"
-.TH TLMGR 1 "2008-12-14" "perl v5.8.8" "User Contributed Perl Documentation"
+.TH TLMGR 1 "2008-12-18" "perl v5.8.8" "User Contributed Perl Documentation"
.SH "NAME"
tlmgr \- the TeX Live Manager
.SH "SYNOPSIS"
@@ -149,7 +149,8 @@ tlmgr itself, disaster recovery when it's broken, and test versions.
.IX Header "OPTIONS"
The following options to \f(CW\*(C`tlmgr\*(C'\fR have to be given \fIbefore\fR you specify
the main action to perform. In all cases, \f(CW\*(C`\-\-\*(C'\fR\fIoption\fR and
-\&\f(CW\*(C`\-\*(C'\fR\fIoption\fR are equivalent.
+\&\f(CW\*(C`\-\*(C'\fR\fIoption\fR are equivalent, and an \f(CW\*(C`=\*(C'\fR is optional between an option
+name and its value.
.IP "\fB\-\-location\fR \fIlocation\fR" 4
.IX Item "--location location"
Specifies the location from which packages should be installed or
@@ -192,21 +193,20 @@ The \f(CW\*(C`\-\-version\*(C'\fR option shows version information about the TeX
release as well as the \f(CW\*(C`tlmgr\*(C'\fR script itself.
.SH "ACTIONS"
.IX Header "ACTIONS"
-.IP "\fBhelp\fR" 4
-.IX Item "help"
+.Sh "help"
+.IX Subsection "help"
Gives this help information (same as \f(CW\*(C`\-\-help\*(C'\fR).
-.IP "\fBversion\fR" 4
-.IX Item "version"
+.Sh "version"
+.IX Subsection "version"
Gives version information (same as \f(CW\*(C`\-\-version\*(C'\fR).
-.IP "\fBgui\fR" 4
-.IX Item "gui"
+.Sh "gui"
+.IX Subsection "gui"
Start the graphical user interface.
-.IP "\fBinstall\fR [\fIoption\fR]... \fIpkg\fR..." 4
-.IX Item "install [option]... pkg..."
+.Sh "install [\fIoption\fP]... \fIpkg\fP..."
+.IX Subsection "install [option]... pkg..."
Install each \fIpkg\fR given on the command line. By default this installs
all packages on which the given \fIpkg\fRs are dependent, also. Options:
-.RS 4
-.IP "\fB\-\-reinstall\fR" 8
+.IP "\fB\-\-reinstall\fR" 4
.IX Item "--reinstall"
Reinstall a package (including dependencies for collections) even if it
seems to be already installed (i.e, is present in the \s-1TLPDB\s0). This is
@@ -214,36 +214,32 @@ useful to recover from accidental removal of files in the hierarchy.
.Sp
When re\-installing, only dependencies on normal packages are followed
(not those of category Scheme or Collection).
-.IP "\fB\-\-no\-depends\fR" 8
+.IP "\fB\-\-no\-depends\fR" 4
.IX Item "--no-depends"
Do not install dependencies. (By default, installing a package ensures
that all dependencies of this package are fulfilled.)
-.IP "\fB\-\-no\-depends\-at\-all\fR" 8
+.IP "\fB\-\-no\-depends\-at\-all\fR" 4
.IX Item "--no-depends-at-all"
When you install a package which ships binary files the respective binary
package will also be installed. (So for package bin-foobar also the package
bin\-foobar.i386\-linux will be installed on an i386\-linux system.)
This switch supresses this behaviour, and also implies \f(CW\*(C`\-\-no\-depends\*(C'\fR.
Don't use it unless you are sure of what you are doing.
-.IP "\fB\-\-dry\-run\fR" 8
+.IP "\fB\-\-dry\-run\fR" 4
.IX Item "--dry-run"
Nothing is actually installed; instead, the actions to be performed are
written to the terminal.
-.IP "\fB\-\-force\fR" 8
+.IP "\fB\-\-force\fR" 4
.IX Item "--force"
If updates to the tlmgr itself (and the underlying infrastructure) are
present tlmgr will bail out and not perform the installation unless this option
is given.
-.RE
-.RS 4
-.RE
-.IP "\fBupdate\fR [\fIoption\fR] [\fIpkg\fR]..." 4
-.IX Item "update [option] [pkg]..."
+.Sh "update [\fIoption\fP]... [\fIpkg\fP]..."
+.IX Subsection "update [option]... [pkg]..."
Updates the packages given as arguments to the latest version available
at the installation source. Either \f(CW\*(C`\-\-all\*(C'\fR or at least one \fIpkg\fR name
must be specified. Options:
-.RS 4
-.IP "\fB\-\-all\fR" 8
+.IP "\fB\-\-all\fR" 4
.IX Item "--all"
Update all installed packages. For packages contained in an installed
collection, also install new packages and remove deleted packages in
@@ -255,25 +251,25 @@ collection C, and C on the server contains a package A that is not
present locally, A will be added. Conversely, if the local collection C
contains a package B, but B is no longer in the server's C, then B will
be deleted.
-.IP "\fB\-\-list\fR" 8
+.IP "\fB\-\-list\fR" 4
.IX Item "--list"
Concisely list the packages which would be updated, newly installed, or
removed, without actually changing anything.
-.IP "\fB\-\-dry\-run\fR" 8
+.IP "\fB\-\-dry\-run\fR" 4
.IX Item "--dry-run"
Nothing is actually installed; instead, the actions to be performed are
written to the terminal. This is a more detailed report than \f(CW\*(C`\-\-list\*(C'\fR.
-.IP "\fB\-\-force\fR" 8
+.IP "\fB\-\-force\fR" 4
.IX Item "--force"
If updates to the tlmgr itself (and the underlying infrastructure) are
present tlmgr will bail out and not perform the update unless this option
is given (or \fB\-\-list\fR is given).
-.IP "\fB\-\-no\-remove\fR" 8
+.IP "\fB\-\-no\-remove\fR" 4
.IX Item "--no-remove"
Under normal circumstances tlmgr tries to remove packages which have
disappeared on the server when called with \f(CW\*(C`\-\-all\*(C'\fR, as described
above. This prevents any such removals.
-.IP "\fB\-\-backup\fR and \fB\-\-backupdir\fR \fIdirectory\fR" 8
+.IP "\fB\-\-backup\fR and \fB\-\-backupdir\fR \fIdirectory\fR" 4
.IX Item "--backup and --backupdir directory"
These two options control the creation of backups of packages before an
update is started; that is, the backup is of the package as it's
@@ -295,12 +291,12 @@ the actual \fIcontent\fR of the update causes problems, e.g., introduces an
incompatibility.
.Sp
The \f(CW\*(C`restore\*(C'\fR action explains how to restore from a backup.
-.IP "\fB\-\-no\-depends\fR" 8
+.IP "\fB\-\-no\-depends\fR" 4
.IX Item "--no-depends"
If you call for updating a package normally all depending packages
will also be checked for updates and updated if necessary. This switch
supresses this behaviour.
-.IP "\fB\-\-no\-depends\-at\-all\fR" 8
+.IP "\fB\-\-no\-depends\-at\-all\fR" 4
.IX Item "--no-depends-at-all"
By default, when you update a package which ships binary files the
respective binary package will also be updated. That is, for an update
@@ -308,110 +304,98 @@ of a package \f(CW\*(C`foo\*(C'\fR, the package \f(CW\*(C`foobar.i386\-linux\*(C
updated if the i386\-linux platform is installed. This option suppresses
this behaviour, and implies \f(CW\*(C`\-\-no\-depends\*(C'\fR. Don't use it unless you
are sure of what you are doing.
-.RE
-.RS 4
-.Sp
+.PP
If the package on the server is older than the package already installed
(e.g., if the selected mirror is out of date), \f(CW\*(C`tlmgr\*(C'\fR does not
downgrade. Also, packages for uninstalled platforms are not installed.
-.RE
-.IP "\fBbackup\fR [\-\-clean[=\fIN\fR]] [\-\-backupdir \fIdir\fR] [\fB\-\-all\fR] [\fIpkg\fR]..." 4
-.IX Item "backup [--clean[=N]] [--backupdir dir] [--all] [pkg]..."
+.Sh "backup [\-\-clean[=\fIN\fP]] [\-\-backupdir \fIdir\fP] [\-\-all] [\fIpkg\fP]..."
+.IX Subsection "backup [--clean[=N]] [--backupdir dir] [--all] [pkg]..."
If the \fB\-\-clean\fR option is not specified, this action makes a backup of
the given packages, or all packages given \f(CW\*(C`\-\-all\*(C'\fR. These backups are
saved to the value of \fB\-\-backupdir\fR option if that is an existing and
writable directory; if \fB\-\-backupdir\fR is not given, the \f(CW\*(C`backupdir\*(C'\fR
option setting in the \s-1TLPDB\s0 is used, if present. If both are missing,
no backups are made.
-.Sp
+.PP
If the \fB\-\-clean\fR option is specified, backups are cleaned (pruned)
instead of made. If the value for the \fB\-\-clean\fR switch is not given,
-the value of the \fBautobackup\fR option from is used. If both are missing,
+the value of the \f(CW\*(C`autobackup\*(C'\fR option is used. If both are missing,
an error is issued. For the details of backup cleaning, see the
\&\f(CW\*(C`option\*(C'\fR action below.
-.Sp
+.PP
Options:
-.RS 4
-.IP "\fB\-\-backupdir\fR \fIdirectory\fR" 8
+.IP "\fB\-\-backupdir\fR \fIdirectory\fR" 4
.IX Item "--backupdir directory"
The \fIdirectory\fR argument is required and must specify an existing
directory where backups are to be placed.
-.IP "\fB\-\-all\fR" 8
+.IP "\fB\-\-all\fR" 4
.IX Item "--all"
Make a backup of all packages in the TeX Live installation. This will
take quite a lot of space and time.
-.IP "\fB\-\-clean\fR[=\fIN\fR]" 8
+.IP "\fB\-\-clean\fR[=\fIN\fR]" 4
.IX Item "--clean[=N]"
Instead of making backups, prune the backup directory of old backups.
-.IP "\fB\-\-dry\-run\fR" 8
+.IP "\fB\-\-dry\-run\fR" 4
.IX Item "--dry-run"
Nothing is actually backed up or removed; instead, the actions to be
performed are written to the terminal.
-.RE
-.RS 4
-.RE
-.IP "\fBrestore \-\-backupdir\fR \fIdir\fR [\fIpkg\fR [\fIrev\fR]]" 4
-.IX Item "restore --backupdir dir [pkg [rev]]"
+.Sh "restore \-\-backupdir \fIdir\fP [\fIpkg\fP [\fIrev\fP]"
+.IX Subsection "restore --backupdir dir [pkg [rev]"
Restore a package from a previously-made backup.
-.Sp
+.PP
If neither \fIpkg\fR nor \fIrev\fR are given, list the available backup
revisions for all packages.
-.Sp
+.PP
With \fIpkg\fR given but no \fIrev\fR, list all available backup revisions of
\&\fIpkg\fR.
-.Sp
+.PP
With both \fIpkg\fR and \fIrev\fR, tries to restore the package from the
specified backup.
-.Sp
+.PP
Options:
-.RS 4
-.IP "\fB\-\-dry\-run\fR" 8
+.IP "\fB\-\-dry\-run\fR" 4
.IX Item "--dry-run"
Nothing is actually restored; instead, the actions to be performed are
written to the terminal.
-.IP "\fB\-\-backupdir\fR \fIdirectory\fR" 8
+.IP "\fB\-\-backupdir\fR \fIdirectory\fR" 4
.IX Item "--backupdir directory"
Specify the directory where the backups are to be found.
-.RE
-.RS 4
-.RE
-.IP "\fBremove\fR [\fIoption\fR]... \fIpkg\fR..." 4
-.IX Item "remove [option]... pkg..."
+.Sh "remove [\fIoption\fP]... \fIpkg\fP..."
+.IX Subsection "remove [option]... pkg..."
Remove each \fIpkg\fR specified. Removing a collection removes all package
dependencies, but not collection dependencies, in that collection
(unless \f(CW\*(C`\-\-no\-depends\*(C'\fR is specified). However, when removing a
package, dependencies are never removed. Options:
-.RS 4
-.IP "\fB\-\-no\-depends\fR" 8
+.IP "\fB\-\-no\-depends\fR" 4
.IX Item "--no-depends"
Do not remove dependent packages.
-.IP "\fB\-\-no\-depends\-at\-all\fR" 8
+.IP "\fB\-\-no\-depends\-at\-all\fR" 4
.IX Item "--no-depends-at-all"
See above under \fBaction\fR (and beware).
-.IP "\fB\-\-force\fR" 8
+.IP "\fB\-\-force\fR" 4
.IX Item "--force"
By default, removal of a package or collection that is a dependency of
another collection or scheme is not allowed. With this option, the
package will be removed unconditionally. Use with care.
-.IP "\fB\-\-dry\-run\fR" 8
+.IP "\fB\-\-dry\-run\fR" 4
.IX Item "--dry-run"
Nothing is actually removed; instead, the actions to be performed are
written to the terminal.
-.RE
-.RS 4
-.RE
+.Sh "option"
+.IX Subsection "option"
.IP "\fBoption [show]\fR" 4
.IX Item "option [show]"
.PD 0
.IP "\fBoption \f(BIkey\fB [\f(BIvalue\fB]\fR" 4
.IX Item "option key [value]"
.PD
+.PP
The first form shows the global TeX Live settings currently saved in the
\&\s-1TLPDB\s0.
-.Sp
+.PP
In the second form, if \fIvalue\fR is not given, the setting for \fIkey\fR is
displayed. If \fIvalue\fR is present, \fIkey\fR is set to \fIvalue\fR.
-.Sp
+.PP
Possible values for \fIkey\fR are:
\f(CW\*(C`location\*(C'\fR (default installation location),
\f(CW\*(C`formats\*(C'\fR (create formats at installation time),
@@ -419,31 +403,33 @@ Possible values for \fIkey\fR are:
\f(CW\*(C`srcfiles\*(C'\fR (install source files),
\f(CW\*(C`backupdir\*(C'\fR (default directory for backups),
\f(CW\*(C`autobackup\*(C'\fR (number of backups to keep).
-.Sp
+.PP
Perhaps the most common use of \f(CW\*(C`option\*(C'\fR is if you originally installed from
\&\s-1DVD\s0, and want to permanently change the installation to get further
updates from the Internet. To do this, you can run
-.Sp
+.PP
.Vb 1
\& tlmgr option location http://mirror.ctan.org/systems/texlive/tlnet/YYYY
.Ve
-.Sp
+.PP
where \s-1YYYY\s0 is the TeX Live release year.
-.Sp
+.PP
The two options \f(CW\*(C`autobackup\*(C'\fR and \f(CW\*(C`backupdir\*(C'\fR determine defaults for
the \f(CW\*(C`update\*(C'\fR, \f(CW\*(C`backup\*(C'\fR and \f(CW\*(C`restore\*(C'\fR actions. These three actions
need a directory to write to or read from the backups. If
\&\f(CW\*(C`\-\-backupdir\*(C'\fR is not specified on the command line, the \f(CW\*(C`backupdir\*(C'\fR
option value is used (if set).
-.Sp
+.PP
The \f(CW\*(C`autobackup\*(C'\fR option (de)activates the automatic generation of
backups. Its value is an integer. If \f(CW\*(C`autobackup\*(C'\fR is \f(CW\*(C`\-1\*(C'\fR, backups
will not be removed by default. If \f(CW\*(C`autobackup\*(C'\fR is 0 or positive, it
specifies the number of backups to be kept. Thus, backups are disabled
with 0 as the values.
-.Sp
+.PP
In the \f(CW\*(C`\-\-clean\*(C'\fR mode of the \f(CW\*(C`backup\*(C'\fR action this option also
specifies the number to be kept.
+.Sh "paper"
+.IX Subsection "paper"
.IP "\fBpaper a4\fR" 4
.IX Item "paper a4"
.PD 0
@@ -452,91 +438,74 @@ specifies the number to be kept.
.IP "\fB[xdvi|dvips|pdftex|dvipdfm|dvipdfmx|context] paper [help|\f(BIpapersize\fB|\-\-list]\fR" 4
.IX Item "[xdvi|dvips|pdftex|dvipdfm|dvipdfmx|context] paper [help|papersize|--list]"
.PD
+.PP
Configures the system wide paper settings, either for all programs at
once (first two forms), or just for the specified program (third
form). The third form with \f(CW\*(C`\-\-list\*(C'\fR outputs all known papersizes for the
specified program.
-.IP "\fBarch list|add\fR \fIarch\fR..." 4
-.IX Item "arch list|add arch..."
+.Sh "arch list|add \fIarch\fP..."
+.IX Subsection "arch list|add arch..."
\&\f(CW\*(C`arch list\*(C'\fR lists the TeX Live names of all the architectures
(\f(CW\*(C`i386\-linux\*(C'\fR, ...) available at the default install location.
-.Sp
+.PP
\&\f(CW\*(C`arch add\*(C'\fR \fIarch\fR adds the executables for each given architecture
\&\fIarch\fR to the installation. Options:
-.RS 4
-.IP "\fB\-\-dry\-run\fR" 8
+.IP "\fB\-\-dry\-run\fR" 4
.IX Item "--dry-run"
Nothing is actually installed; instead, the actions to be performed are
written to the terminal.
-.RE
-.RS 4
-.RE
-.IP "\fBsearch [\f(BIoption\fB]... \f(BIwhat\fB\fR" 4
-.IX Item "search [option]... what"
+.Sh "search [\fIoption\fP]... \fIwhat\fP"
+.IX Subsection "search [option]... what"
By default searches the names, short and long descriptions of all
locally installed packages for the given argument (interpreted as
regexp). Options:
-.RS 4
-.IP "\fB\-\-file\fR" 8
+.IP "\fB\-\-file\fR" 4
.IX Item "--file"
List all filenames containing \fIwhat\fR.
-.IP "\fB\-\-global\fR" 8
+.IP "\fB\-\-global\fR" 4
.IX Item "--global"
Search the TeX Live Database of the installation medium, instead of the
local installation.
-.RE
-.RS 4
-.RE
-.IP "\fBshow [\-\-list] \f(BIpkg\fB...\fR" 4
-.IX Item "show [--list] pkg..."
+.Sh "show [\-\-list] \fIpkg\fP..."
+.IX Subsection "show [--list] pkg..."
Shows information about \fIpkg\fR: the name, category, installation status,
short and long description. Searches in the remote installation source
for the package if it is not locally installed.
-.Sp
+.PP
If the option \fB\-\-list\fR is given the list of contained files is also
shown, including those for architecture specific dependencies.
-.IP "\fBlist [collections|schemes|\f(BIpkg\fB...]\fR" 4
-.IX Item "list [collections|schemes|pkg...]"
+.Sh "list [collections|schemes|\fIpkg\fP...]"
+.IX Subsection "list [collections|schemes|pkg...]"
With no argument, lists all packages available at the default install
location, prefixing those already installed with \f(CW\*(C`i\*(C'\fR.
-.Sp
+.PP
With the single word \f(CW\*(C`collections\*(C'\fR or \f(CW\*(C`schemes\*(C'\fR as the argument, lists
the request type.
-.Sp
+.PP
With anything else as arguments, operates as the \f(CW\*(C`show\*(C'\fR action.
-.IP "\fBcheck [\f(BIoption\fB]... [files|collections|all]\fR" 4
-.IX Item "check [option]... [files|collections|all]"
+.Sh "check [\fIoption\fP]... [files|collections|all]"
+.IX Subsection "check [option]... [files|collections|all]"
Executes one (or all) check(s) on the consistency of the installation.
-.RS 4
-.IP "\fBfiles\fR" 8
+.IP "\fBfiles\fR" 4
.IX Item "files"
Checks that all files listed in the TeX Live Database (\f(CW\*(C`texlive.tlpdb\*(C'\fR)
are actually present, and lists those missing.
-.IP "\fBcollections\fR" 8
+.IP "\fBcollections\fR" 4
.IX Item "collections"
Lists those packages which occur as dependencies in an installed collections,
-but are themselves not installed.
-.RE
-.RS 4
-.Sp
-Available options are:
-.IP "\fB\-\-use\-svn\fR" 8
+but are themselves not installed. Options:
+.IP "\fB\-\-use\-svn\fR" 4
.IX Item "--use-svn"
Use svn status instead of listing the files, for checking the
development repository.
-.RE
-.RS 4
-.RE
-.IP "\fBuninstall\fR" 4
-.IX Item "uninstall"
+.Sh "uninstall"
+.IX Subsection "uninstall"
Uninstalls the entire TeX Live installation. Options:
-.RS 4
-.IP "\fB\-\-force\fR" 8
+.IP "\fB\-\-force\fR" 4
.IX Item "--force"
Do not ask for confirmation, remove immediately.
-.RE
-.RS 4
-.RE
+.Sh "generate"
+.IX Subsection "generate"
.IP "\fBgenerate language\fR" 4
.IX Item "generate language"
.PD 0
@@ -549,23 +518,24 @@ Do not ask for confirmation, remove immediately.
.IP "\fBgenerate updmap\fR" 4
.IX Item "generate updmap"
.PD
+.PP
The \fIgenerate\fR action overwrites any manual changes made in the
respective files: it recreates them from scratch.
-.Sp
+.PP
For fmtutil and the language files, this is normal, and both the TeX
Live installer and \f(CW\*(C`tlmgr\*(C'\fR routinely call \fIgenerate\fR for them.
-.Sp
+.PP
For updmap, however, neither the installer nor \f(CW\*(C`tlmgr\*(C'\fR use \fIgenerate\fR,
because the result would be to disable all maps which have been manually
installed via \f(CW\*(C`updmap\-sys \-\-enable\*(C'\fR, e.g., for proprietary or local
fonts. Only the changes in the \f(CW\*(C`\-\-localcfg\*(C'\fR file mentioned below are
incorporated by \fIgenerate\fR.
-.Sp
+.PP
On the other hand, if you only use the fonts and font packages within
TeX Live, there is nothing wrong with using \fIgenerate updmap\fR. Indeed,
we use it to generate the \f(CW\*(C`updmap.cfg\*(C'\fR file that is maintained in the
live source repository.
-.Sp
+.PP
In more detail: \fIgenerate\fR remakes any of the four config files
\&\f(CW\*(C`language.dat\*(C'\fR, \f(CW\*(C`language.def\*(C'\fR, \f(CW\*(C`fmtutil.cnf\*(C'\fR, and \f(CW\*(C`updmap.cfg\*(C'\fR from
the information present in the local \s-1TLPDB\s0. If the files
@@ -573,14 +543,13 @@ the information present in the local \s-1TLPDB\s0. If the files
\&\f(CW\*(C`updmap\-local.cfg\*(C'\fR are present under \f(CW\*(C`TEXMFLOCAL\*(C'\fR in the respective
directories, their contents will be simply merged into the final files,
with no error checking of any kind.
-.Sp
+.PP
The form \f(CW\*(C`generate language\*(C'\fR recreates both the \f(CW\*(C`language.dat\*(C'\fR and the
\&\f(CW\*(C`language.def\*(C'\fR files, while the forms with extension only recreates
the given file.
-.Sp
+.PP
Options:
-.RS 4
-.IP "\fB\-\-dest\fR \fIoutput file\fR" 8
+.IP "\fB\-\-dest\fR \fIoutput file\fR" 4
.IX Item "--dest output file"
specifies the output file (defaults to the respective location in
\&\f(CW\*(C`TEXMFSYSVAR\*(C'\fR). If \fB\-\-dest\fR is given to \f(CW\*(C`generate language\*(C'\fR, its
@@ -588,19 +557,16 @@ value will be used for the \f(CW\*(C`language.dat\*(C'\fR output, and \f(CW\*(C`
appended to the value for the name of the \f(CW\*(C`language.def\*(C'\fR output file.
(This is just to avoid overwriting; if you want a specific name for each
output file, we recommend invoking \f(CW\*(C`tlmgr\*(C'\fR twice.)
-.IP "\fB\-\-localcfg\fR \fIlocal conf file\fR" 8
+.IP "\fB\-\-localcfg\fR \fIlocal conf file\fR" 4
.IX Item "--localcfg local conf file"
specifies the (optional) local additions (defaults to the respective
location in \f(CW\*(C`TEXMFSYSVAR\*(C'\fR).
-.RE
-.RS 4
-.Sp
+.PP
The respective locations are as follows:
\f(CW\*(C`tex/generic/config/language.dat\*(C'\fR (and \f(CW\*(C`language\-local.dat\*(C'\fR)
\f(CW\*(C`tex/generic/config/language.def\*(C'\fR (and \f(CW\*(C`language\-local.def\*(C'\fR)
\f(CW\*(C`web2c/fmtutil.cnf\*(C'\fR (and \f(CW\*(C`fmtutil\-local.cnf\*(C'\fR)
\f(CW\*(C`web2c/updmap.cfg\*(C'\fR (and \f(CW\*(C`updmap\-local.cfg\*(C'\fR)
-.RE
.SH "AUTHORS AND COPYRIGHT"
.IX Header "AUTHORS AND COPYRIGHT"
This script and its documentation were written for the TeX Live
diff --git a/Master/texmf/doc/man/man1/tlmgr.pdf b/Master/texmf/doc/man/man1/tlmgr.pdf
index faae70f352a..1b491331f9e 100644
--- a/Master/texmf/doc/man/man1/tlmgr.pdf
+++ b/Master/texmf/doc/man/man1/tlmgr.pdf
Binary files differ
diff --git a/Master/tlpkg/installer/config.guess b/Master/tlpkg/installer/config.guess
index c466aa76364..aeb53233ecb 100755
--- a/Master/tlpkg/installer/config.guess
+++ b/Master/tlpkg/installer/config.guess
@@ -4,7 +4,7 @@
# 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008
# Free Software Foundation, Inc.
-timestamp='2008-12-11'
+timestamp='2008-12-18'
# 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
@@ -335,11 +335,9 @@ case "${UNAME_MACHINE}:${UNAME_SYSTEM}:${UNAME_RELEASE}:${UNAME_VERSION}" in
SUN_ARCH="i386"
# If there is a compiler, see if it is configured for 64-bit objects.
# Note that the Sun cc does not turn __LP64__ into 1 like gcc does.
- # This test works for both compilers. Note that the full path to
- # /usr/bin/echo is necessary to work around the shell builtins for
- # echo that do not handle newlines.
+ # This test works for both compilers.
if [ "$CC_FOR_BUILD" != 'no_compiler_found' ]; then
- if /usr/bin/echo '\n#ifdef __amd64\nIS_64BIT_ARCH\n#endif' | \
+ if (echo '#ifdef __amd64'; echo IS_64BIT_ARCH; echo '#endif') | \
(CCOPTS= $CC_FOR_BUILD -E - 2>/dev/null) | \
grep IS_64BIT_ARCH >/dev/null
then