diff options
author | Martin Schröder <martin@oneiros.de> | 2007-01-08 00:29:02 +0000 |
---|---|---|
committer | Martin Schröder <martin@oneiros.de> | 2007-01-08 00:29:02 +0000 |
commit | 65ea4555924b20560e85285f193297a3e663359d (patch) | |
tree | cb50d1fa3daeea0ed9841099c273360ccc41becc | |
parent | 770cc66befc3126c78c1be4937d280538752dc3b (diff) |
pdftex 1.40.1
git-svn-id: svn://tug.org/texlive/trunk@3227 c570f23f-e606-0410-a88d-b1316a301751
-rwxr-xr-x | Master/bin/i386-openbsd/dt2dv | bin | 30084 -> 30084 bytes | |||
-rwxr-xr-x | Master/bin/i386-openbsd/pdftex | bin | 1178740 -> 1178836 bytes | |||
-rwxr-xr-x | Master/bin/i386-openbsd/texconfig | 9 | ||||
-rwxr-xr-x | Master/bin/i386-openbsd/xdvi-xaw.bin | bin | 724452 -> 724452 bytes |
4 files changed, 6 insertions, 3 deletions
diff --git a/Master/bin/i386-openbsd/dt2dv b/Master/bin/i386-openbsd/dt2dv Binary files differindex 53713abaf55..1958f8719ae 100755 --- a/Master/bin/i386-openbsd/dt2dv +++ b/Master/bin/i386-openbsd/dt2dv diff --git a/Master/bin/i386-openbsd/pdftex b/Master/bin/i386-openbsd/pdftex Binary files differindex 4bcca3f5bf4..279f5da0e29 100755 --- a/Master/bin/i386-openbsd/pdftex +++ b/Master/bin/i386-openbsd/pdftex diff --git a/Master/bin/i386-openbsd/texconfig b/Master/bin/i386-openbsd/texconfig index 0dc3f753f0b..f5a85098e0d 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=1167506445 # seconds since `00:00:00 1970-01-01 UTC' +version=1168206389 # 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 ;; diff --git a/Master/bin/i386-openbsd/xdvi-xaw.bin b/Master/bin/i386-openbsd/xdvi-xaw.bin Binary files differindex 74912ad309f..18b38b4a3cd 100755 --- a/Master/bin/i386-openbsd/xdvi-xaw.bin +++ b/Master/bin/i386-openbsd/xdvi-xaw.bin |