summaryrefslogtreecommitdiff
path: root/Master/bin/i386-freebsd/texconfig
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2007-01-15 00:54:56 +0000
committerKarl Berry <karl@freefriends.org>2007-01-15 00:54:56 +0000
commitac11ead9422039490266ce5e058c847cf6264f7b (patch)
treef86d7e242d7fd63c935510f7cfbd28ce83fe0ce0 /Master/bin/i386-freebsd/texconfig
parenta01b17e3ec55cada8f1442852382a500e8e3afa2 (diff)
new freebsd binaries from manfred
git-svn-id: svn://tug.org/texlive/trunk@3487 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/bin/i386-freebsd/texconfig')
-rwxr-xr-xMaster/bin/i386-freebsd/texconfig8
1 files changed, 4 insertions, 4 deletions
diff --git a/Master/bin/i386-freebsd/texconfig b/Master/bin/i386-freebsd/texconfig
index 7c3ced61b53..3f02cebb312 100755
--- a/Master/bin/i386-freebsd/texconfig
+++ b/Master/bin/i386-freebsd/texconfig
@@ -24,7 +24,7 @@ test -n "${ZSH_VERSION+set}" && alias -g '${1+"$@"}'='"$@"'
progname=texconfig
# the version string
-version=1168796427 # 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="
@@ -629,7 +629,7 @@ Get more help with
echo
echo '==================== binaries found by searching $PATH ==================='
echo "PATH=$PATH"
- echoLocateBinary kpsewhich updmap fmtutil texconfig tex pdftex mktexpk dvips dvipdfm
+ echoLocateBinary kpsewhich updmap fmtutil texconfig tex pdfetex mktexpk dvips dvipdfm
echo
echo '=========================== active config files =========================='
echoLocateCfgfile texmf.cnf updmap.cfg fmtutil.cnf config.ps mktex.cnf XDvi pdftexconfig.tex config | sort -k 2
@@ -1187,7 +1187,7 @@ Valid MODE settings:"
if checkForBinary dvips >/dev/null && tcfmgr --cmd find --file config.ps >/dev/null 2>&1; then
tcBatch dvips mode "$tcBatchMode"
fi
- if checkForBinary pdftex >/dev/null && tcfmgr --cmd find --file pdftexconfig.tex >/dev/null 2>&1; then
+ if checkForBinary pdfetex >/dev/null && tcfmgr --cmd find --file pdftexconfig.tex >/dev/null 2>&1; then
tcBatch pdftex mode "$tcBatchMode"
fi
else
@@ -1231,7 +1231,7 @@ Valid PAPER settings:
if checkForBinary xdvi >/dev/null && tcfmgr --cmd find --file XDvi >/dev/null 2>&1; then
tcBatch xdvi paper $pXdvi
fi
- if checkForBinary pdftex >/dev/null && tcfmgr --cmd find --file pdftexconfig.tex >/dev/null 2>&1; then
+ if checkForBinary pdfetex >/dev/null && tcfmgr --cmd find --file pdftexconfig.tex >/dev/null 2>&1; then
tcBatch pdftex paper $p
fi
;;