summaryrefslogtreecommitdiff
path: root/Master/bin/x86_64-linux/texconfig
diff options
context:
space:
mode:
authorReinhard Kotucha <reinhard.kotucha@web.de>2007-01-13 17:47:15 +0000
committerReinhard Kotucha <reinhard.kotucha@web.de>2007-01-13 17:47:15 +0000
commitcfd9ef1c171f2a06f5d936690c63130a88729882 (patch)
tree666229251dfaafa6ade0b22cbb6b4b89e38447bb /Master/bin/x86_64-linux/texconfig
parent7240d79cd1ee6908afc261b2719e9da99342027b (diff)
New binaries for x86_64-linux based on rev. 3425.
git-svn-id: svn://tug.org/texlive/trunk@3426 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/bin/x86_64-linux/texconfig')
-rwxr-xr-xMaster/bin/x86_64-linux/texconfig6
1 files changed, 3 insertions, 3 deletions
diff --git a/Master/bin/x86_64-linux/texconfig b/Master/bin/x86_64-linux/texconfig
index f5a85098e0d..3f02cebb312 100755
--- a/Master/bin/x86_64-linux/texconfig
+++ b/Master/bin/x86_64-linux/texconfig
@@ -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;;