diff options
author | Karl Berry <karl@freefriends.org> | 2007-01-14 17:39:14 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2007-01-14 17:39:14 +0000 |
commit | 3f236b1bcb7adc52cf33a70d786d7b331fef259a (patch) | |
tree | a23e35eda7043f3010a4cdaa089e232cf39ee220 /Master/bin/i386-linux/texconfig | |
parent | 5dfec20c6dbf2c34d5f47ceaccb3c0ec89d84cc3 (diff) |
sync texconfig for --refresh change
git-svn-id: svn://tug.org/texlive/trunk@3458 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/bin/i386-linux/texconfig')
-rwxr-xr-x | Master/bin/i386-linux/texconfig | 8 |
1 files changed, 4 insertions, 4 deletions
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;; |