summaryrefslogtreecommitdiff
path: root/Master/bin/i386-openbsd/texconfig
diff options
context:
space:
mode:
authorMartin Schröder <martin@oneiros.de>2007-01-14 01:13:14 +0000
committerMartin Schröder <martin@oneiros.de>2007-01-14 01:13:14 +0000
commit8c3359102544795b122f070e9ea85f9d7d3eccc4 (patch)
treeb6d4f2812897382220fd85ffa2e7a05324f880fd /Master/bin/i386-openbsd/texconfig
parentc76c16e386f232790d3967bf5d1e48bc08651680 (diff)
New OpenBSD-binaries (from #3439)
git-svn-id: svn://tug.org/texlive/trunk@3440 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/bin/i386-openbsd/texconfig')
-rwxr-xr-xMaster/bin/i386-openbsd/texconfig6
1 files changed, 3 insertions, 3 deletions
diff --git a/Master/bin/i386-openbsd/texconfig b/Master/bin/i386-openbsd/texconfig
index f5a85098e0d..3f02cebb312 100755
--- a/Master/bin/i386-openbsd/texconfig
+++ b/Master/bin/i386-openbsd/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;;