summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xMaster/bin/alpha-linux/texconfig2
-rwxr-xr-xMaster/bin/hppa-hpux/texconfig15
-rwxr-xr-xMaster/bin/i386-darwin/texconfig2
-rwxr-xr-xMaster/bin/i386-freebsd/texconfig15
-rwxr-xr-xMaster/bin/i386-linux/texconfig8
-rwxr-xr-xMaster/bin/i386-openbsd/texconfig2
-rwxr-xr-xMaster/bin/i386-solaris/texconfig2
-rwxr-xr-xMaster/bin/mips-irix/texconfig17
-rwxr-xr-xMaster/bin/powerpc-aix/texconfig2
-rwxr-xr-xMaster/bin/powerpc-darwin/texconfig2
-rwxr-xr-xMaster/bin/sparc-linux/texconfig2
-rwxr-xr-xMaster/bin/sparc-solaris/texconfig2
-rwxr-xr-xMaster/bin/x86_64-linux/texconfig2
13 files changed, 41 insertions, 32 deletions
diff --git a/Master/bin/alpha-linux/texconfig b/Master/bin/alpha-linux/texconfig
index 3f02cebb312..44c0c268561 100755
--- a/Master/bin/alpha-linux/texconfig
+++ b/Master/bin/alpha-linux/texconfig
@@ -24,7 +24,7 @@ test -n "${ZSH_VERSION+set}" && alias -g '${1+"$@"}'='"$@"'
progname=texconfig
# the version string
-version=1168206389 # seconds since `00:00:00 1970-01-01 UTC'
+version=1168796291 # seconds since `00:00:00 1970-01-01 UTC'
# date '+%s' (with GNU date)
envVars="
diff --git a/Master/bin/hppa-hpux/texconfig b/Master/bin/hppa-hpux/texconfig
index 0dc3f753f0b..44c0c268561 100755
--- a/Master/bin/hppa-hpux/texconfig
+++ b/Master/bin/hppa-hpux/texconfig
@@ -24,7 +24,7 @@ test -n "${ZSH_VERSION+set}" && alias -g '${1+"$@"}'='"$@"'
progname=texconfig
# the version string
-version=1167506445 # seconds since `00:00:00 1970-01-01 UTC'
+version=1168796291 # seconds since `00:00:00 1970-01-01 UTC'
# date '+%s' (with GNU date)
envVars="
@@ -593,7 +593,7 @@ tcBatch()
$progname font rw
$progname formats
$progname hyphen FORMAT
- $progname init [format]
+ $progname init [formats]
$progname mode MODE
$progname paper PAPER
$progname pdftex [options]
@@ -1149,7 +1149,10 @@ $formatsForHyphenFmt"
updmap || rc=1
;;
*)
- fmtutil --byfmt "$2" || rc=1
+ shift 1
+ for i in "$@"; do
+ fmtutil --byfmt "$i" || rc=1
+ done
;;
esac
;;
@@ -1254,7 +1257,7 @@ Valid PAPER settings:
set x `getRes "$tcBatchPdftexMode"`; shift
fmgrConfigReplace pdftexconfig.tex 'pdfpkresolution' "\\pdfpkresolution=$1"
if $fmgrConfigReplaceChanged; then
- fmtutil --all
+ fmtutil --refresh
fi
else
echo "$progname: unknown MODE \`$tcBatchPdftexMode' given as argument for \`$progname pdftex mode'" >&2
@@ -1273,7 +1276,7 @@ Valid PAPER settings:
wChanged=$fmgrConfigReplaceChanged
fmgrConfigReplace pdftexconfig.tex pdfpageheight '\pdfpageheight='"$h"
if $wChanged || $fmgrConfigReplaceChanged; then
- fmtutil --all
+ fmtutil --refresh
fi
;;
a4)
@@ -1282,7 +1285,7 @@ Valid PAPER settings:
wChanged=$fmgrConfigReplaceChanged
fmgrConfigReplace pdftexconfig.tex pdfpageheight '\pdfpageheight='"$h"
if $wChanged || $fmgrConfigReplaceChanged; then
- fmtutil --all
+ fmtutil --refresh
fi
;;
"") echo "$help" >&2; rc=1;;
diff --git a/Master/bin/i386-darwin/texconfig b/Master/bin/i386-darwin/texconfig
index 3f02cebb312..44c0c268561 100755
--- a/Master/bin/i386-darwin/texconfig
+++ b/Master/bin/i386-darwin/texconfig
@@ -24,7 +24,7 @@ test -n "${ZSH_VERSION+set}" && alias -g '${1+"$@"}'='"$@"'
progname=texconfig
# the version string
-version=1168206389 # seconds since `00:00:00 1970-01-01 UTC'
+version=1168796291 # seconds since `00:00:00 1970-01-01 UTC'
# date '+%s' (with GNU date)
envVars="
diff --git a/Master/bin/i386-freebsd/texconfig b/Master/bin/i386-freebsd/texconfig
index 0dc3f753f0b..44c0c268561 100755
--- a/Master/bin/i386-freebsd/texconfig
+++ b/Master/bin/i386-freebsd/texconfig
@@ -24,7 +24,7 @@ test -n "${ZSH_VERSION+set}" && alias -g '${1+"$@"}'='"$@"'
progname=texconfig
# the version string
-version=1167506445 # seconds since `00:00:00 1970-01-01 UTC'
+version=1168796291 # seconds since `00:00:00 1970-01-01 UTC'
# date '+%s' (with GNU date)
envVars="
@@ -593,7 +593,7 @@ tcBatch()
$progname font rw
$progname formats
$progname hyphen FORMAT
- $progname init [format]
+ $progname init [formats]
$progname mode MODE
$progname paper PAPER
$progname pdftex [options]
@@ -1149,7 +1149,10 @@ $formatsForHyphenFmt"
updmap || rc=1
;;
*)
- fmtutil --byfmt "$2" || rc=1
+ shift 1
+ for i in "$@"; do
+ fmtutil --byfmt "$i" || rc=1
+ done
;;
esac
;;
@@ -1254,7 +1257,7 @@ Valid PAPER settings:
set x `getRes "$tcBatchPdftexMode"`; shift
fmgrConfigReplace pdftexconfig.tex 'pdfpkresolution' "\\pdfpkresolution=$1"
if $fmgrConfigReplaceChanged; then
- fmtutil --all
+ fmtutil --refresh
fi
else
echo "$progname: unknown MODE \`$tcBatchPdftexMode' given as argument for \`$progname pdftex mode'" >&2
@@ -1273,7 +1276,7 @@ Valid PAPER settings:
wChanged=$fmgrConfigReplaceChanged
fmgrConfigReplace pdftexconfig.tex pdfpageheight '\pdfpageheight='"$h"
if $wChanged || $fmgrConfigReplaceChanged; then
- fmtutil --all
+ fmtutil --refresh
fi
;;
a4)
@@ -1282,7 +1285,7 @@ Valid PAPER settings:
wChanged=$fmgrConfigReplaceChanged
fmgrConfigReplace pdftexconfig.tex pdfpageheight '\pdfpageheight='"$h"
if $wChanged || $fmgrConfigReplaceChanged; then
- fmtutil --all
+ fmtutil --refresh
fi
;;
"") echo "$help" >&2; rc=1;;
diff --git a/Master/bin/i386-linux/texconfig b/Master/bin/i386-linux/texconfig
index f5a85098e0d..44c0c268561 100755
--- a/Master/bin/i386-linux/texconfig
+++ b/Master/bin/i386-linux/texconfig
@@ -24,7 +24,7 @@ test -n "${ZSH_VERSION+set}" && alias -g '${1+"$@"}'='"$@"'
progname=texconfig
# the version string
-version=1168206389 # seconds since `00:00:00 1970-01-01 UTC'
+version=1168796291 # seconds since `00:00:00 1970-01-01 UTC'
# date '+%s' (with GNU date)
envVars="
@@ -1257,7 +1257,7 @@ Valid PAPER settings:
set x `getRes "$tcBatchPdftexMode"`; shift
fmgrConfigReplace pdftexconfig.tex 'pdfpkresolution' "\\pdfpkresolution=$1"
if $fmgrConfigReplaceChanged; then
- fmtutil --all
+ fmtutil --refresh
fi
else
echo "$progname: unknown MODE \`$tcBatchPdftexMode' given as argument for \`$progname pdftex mode'" >&2
@@ -1276,7 +1276,7 @@ Valid PAPER settings:
wChanged=$fmgrConfigReplaceChanged
fmgrConfigReplace pdftexconfig.tex pdfpageheight '\pdfpageheight='"$h"
if $wChanged || $fmgrConfigReplaceChanged; then
- fmtutil --all
+ fmtutil --refresh
fi
;;
a4)
@@ -1285,7 +1285,7 @@ Valid PAPER settings:
wChanged=$fmgrConfigReplaceChanged
fmgrConfigReplace pdftexconfig.tex pdfpageheight '\pdfpageheight='"$h"
if $wChanged || $fmgrConfigReplaceChanged; then
- fmtutil --all
+ fmtutil --refresh
fi
;;
"") echo "$help" >&2; rc=1;;
diff --git a/Master/bin/i386-openbsd/texconfig b/Master/bin/i386-openbsd/texconfig
index 3f02cebb312..44c0c268561 100755
--- a/Master/bin/i386-openbsd/texconfig
+++ b/Master/bin/i386-openbsd/texconfig
@@ -24,7 +24,7 @@ test -n "${ZSH_VERSION+set}" && alias -g '${1+"$@"}'='"$@"'
progname=texconfig
# the version string
-version=1168206389 # seconds since `00:00:00 1970-01-01 UTC'
+version=1168796291 # seconds since `00:00:00 1970-01-01 UTC'
# date '+%s' (with GNU date)
envVars="
diff --git a/Master/bin/i386-solaris/texconfig b/Master/bin/i386-solaris/texconfig
index 3f02cebb312..44c0c268561 100755
--- a/Master/bin/i386-solaris/texconfig
+++ b/Master/bin/i386-solaris/texconfig
@@ -24,7 +24,7 @@ test -n "${ZSH_VERSION+set}" && alias -g '${1+"$@"}'='"$@"'
progname=texconfig
# the version string
-version=1168206389 # seconds since `00:00:00 1970-01-01 UTC'
+version=1168796291 # seconds since `00:00:00 1970-01-01 UTC'
# date '+%s' (with GNU date)
envVars="
diff --git a/Master/bin/mips-irix/texconfig b/Master/bin/mips-irix/texconfig
index 633ba7e807d..44c0c268561 100755
--- a/Master/bin/mips-irix/texconfig
+++ b/Master/bin/mips-irix/texconfig
@@ -24,7 +24,7 @@ test -n "${ZSH_VERSION+set}" && alias -g '${1+"$@"}'='"$@"'
progname=texconfig
# the version string
-version=1118467711 # seconds since `00:00:00 1970-01-01 UTC'
+version=1168796291 # seconds since `00:00:00 1970-01-01 UTC'
# date '+%s' (with GNU date)
envVars="
@@ -593,7 +593,7 @@ tcBatch()
$progname font rw
$progname formats
$progname hyphen FORMAT
- $progname init [format]
+ $progname init [formats]
$progname mode MODE
$progname paper PAPER
$progname pdftex [options]
@@ -632,7 +632,7 @@ Get more help with
echoLocateBinary kpsewhich updmap fmtutil texconfig tex pdfetex mktexpk dvips dvipdfm
echo
echo '=========================== active config files =========================='
- echoLocateCfgfile texmf.cnf updmap.cfg fmtutil.cnf config.ps mktex.cnf XDvi pdftexconfig.tex config | sort +1
+ echoLocateCfgfile texmf.cnf updmap.cfg fmtutil.cnf config.ps mktex.cnf XDvi pdftexconfig.tex config | sort -k 2
echo
echo '============================= font map files ============================='
for m in psfonts.map pdftex.map ps2pk.map dvipdfm.map; do
@@ -1149,7 +1149,10 @@ $formatsForHyphenFmt"
updmap || rc=1
;;
*)
- fmtutil --byfmt "$2" || rc=1
+ shift 1
+ for i in "$@"; do
+ fmtutil --byfmt "$i" || rc=1
+ done
;;
esac
;;
@@ -1254,7 +1257,7 @@ Valid PAPER settings:
set x `getRes "$tcBatchPdftexMode"`; shift
fmgrConfigReplace pdftexconfig.tex 'pdfpkresolution' "\\pdfpkresolution=$1"
if $fmgrConfigReplaceChanged; then
- fmtutil --all
+ fmtutil --refresh
fi
else
echo "$progname: unknown MODE \`$tcBatchPdftexMode' given as argument for \`$progname pdftex mode'" >&2
@@ -1273,7 +1276,7 @@ Valid PAPER settings:
wChanged=$fmgrConfigReplaceChanged
fmgrConfigReplace pdftexconfig.tex pdfpageheight '\pdfpageheight='"$h"
if $wChanged || $fmgrConfigReplaceChanged; then
- fmtutil --all
+ fmtutil --refresh
fi
;;
a4)
@@ -1282,7 +1285,7 @@ Valid PAPER settings:
wChanged=$fmgrConfigReplaceChanged
fmgrConfigReplace pdftexconfig.tex pdfpageheight '\pdfpageheight='"$h"
if $wChanged || $fmgrConfigReplaceChanged; then
- fmtutil --all
+ fmtutil --refresh
fi
;;
"") echo "$help" >&2; rc=1;;
diff --git a/Master/bin/powerpc-aix/texconfig b/Master/bin/powerpc-aix/texconfig
index 3f02cebb312..44c0c268561 100755
--- a/Master/bin/powerpc-aix/texconfig
+++ b/Master/bin/powerpc-aix/texconfig
@@ -24,7 +24,7 @@ test -n "${ZSH_VERSION+set}" && alias -g '${1+"$@"}'='"$@"'
progname=texconfig
# the version string
-version=1168206389 # seconds since `00:00:00 1970-01-01 UTC'
+version=1168796291 # seconds since `00:00:00 1970-01-01 UTC'
# date '+%s' (with GNU date)
envVars="
diff --git a/Master/bin/powerpc-darwin/texconfig b/Master/bin/powerpc-darwin/texconfig
index 3f02cebb312..44c0c268561 100755
--- a/Master/bin/powerpc-darwin/texconfig
+++ b/Master/bin/powerpc-darwin/texconfig
@@ -24,7 +24,7 @@ test -n "${ZSH_VERSION+set}" && alias -g '${1+"$@"}'='"$@"'
progname=texconfig
# the version string
-version=1168206389 # seconds since `00:00:00 1970-01-01 UTC'
+version=1168796291 # seconds since `00:00:00 1970-01-01 UTC'
# date '+%s' (with GNU date)
envVars="
diff --git a/Master/bin/sparc-linux/texconfig b/Master/bin/sparc-linux/texconfig
index 3f02cebb312..44c0c268561 100755
--- a/Master/bin/sparc-linux/texconfig
+++ b/Master/bin/sparc-linux/texconfig
@@ -24,7 +24,7 @@ test -n "${ZSH_VERSION+set}" && alias -g '${1+"$@"}'='"$@"'
progname=texconfig
# the version string
-version=1168206389 # seconds since `00:00:00 1970-01-01 UTC'
+version=1168796291 # seconds since `00:00:00 1970-01-01 UTC'
# date '+%s' (with GNU date)
envVars="
diff --git a/Master/bin/sparc-solaris/texconfig b/Master/bin/sparc-solaris/texconfig
index 3f02cebb312..44c0c268561 100755
--- a/Master/bin/sparc-solaris/texconfig
+++ b/Master/bin/sparc-solaris/texconfig
@@ -24,7 +24,7 @@ test -n "${ZSH_VERSION+set}" && alias -g '${1+"$@"}'='"$@"'
progname=texconfig
# the version string
-version=1168206389 # seconds since `00:00:00 1970-01-01 UTC'
+version=1168796291 # seconds since `00:00:00 1970-01-01 UTC'
# date '+%s' (with GNU date)
envVars="
diff --git a/Master/bin/x86_64-linux/texconfig b/Master/bin/x86_64-linux/texconfig
index 3f02cebb312..44c0c268561 100755
--- a/Master/bin/x86_64-linux/texconfig
+++ b/Master/bin/x86_64-linux/texconfig
@@ -24,7 +24,7 @@ test -n "${ZSH_VERSION+set}" && alias -g '${1+"$@"}'='"$@"'
progname=texconfig
# the version string
-version=1168206389 # seconds since `00:00:00 1970-01-01 UTC'
+version=1168796291 # seconds since `00:00:00 1970-01-01 UTC'
# date '+%s' (with GNU date)
envVars="