diff options
author | Martin Schröder <martin@oneiros.de> | 2007-01-14 01:13:14 +0000 |
---|---|---|
committer | Martin Schröder <martin@oneiros.de> | 2007-01-14 01:13:14 +0000 |
commit | 8c3359102544795b122f070e9ea85f9d7d3eccc4 (patch) | |
tree | b6d4f2812897382220fd85ffa2e7a05324f880fd /Master/bin/i386-openbsd/texconfig | |
parent | c76c16e386f232790d3967bf5d1e48bc08651680 (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-x | Master/bin/i386-openbsd/texconfig | 6 |
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;; |