summaryrefslogtreecommitdiff
path: root/Master/install-tl
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2011-06-09 17:33:19 +0000
committerKarl Berry <karl@freefriends.org>2011-06-09 17:33:19 +0000
commit7fc41eb54bf203c1eb98af79267cd026a0a7ae9d (patch)
treeafa50ae0262081dfa22435d874df4fe0d4357387 /Master/install-tl
parent6ba6747adcf9d084e1f4a08012920e93bc3c2341 (diff)
reword a couple messages
git-svn-id: svn://tug.org/texlive/trunk@22887 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/install-tl')
-rwxr-xr-xMaster/install-tl21
1 files changed, 10 insertions, 11 deletions
diff --git a/Master/install-tl b/Master/install-tl
index 1e412518a42..2b59c1b2331 100755
--- a/Master/install-tl
+++ b/Master/install-tl
@@ -3,11 +3,10 @@
#
# Copyright 2007, 2008, 2009, 2010, 2011
# Reinhard Kotucha, Norbert Preining, Karl Berry, Siep Kroonenberg.
-#
# This file is licensed under the GNU General Public License version 2
# or any later version.
#
-# Be careful when changing wording: Every normal informational message
+# Be careful when changing wording: *every* normal informational message
# output here must be recognized by the long grep in tl-update-tlnet.
#
# TODO:
@@ -796,7 +795,7 @@ operations might be disturbed.\n\n";
# Step 4: run the programs
if (!$vars{'in_place'}) {
- info("running mktexlsr $TEXDIR/texmf-dist $TEXDIR/texmf\n");
+ info("running mktexlsr $TEXDIR/texmf-dist $TEXDIR/texmf...\n");
system('mktexlsr', "$TEXDIR/texmf-dist", "$TEXDIR/texmf");
}
@@ -805,7 +804,7 @@ operations might be disturbed.\n\n";
# $localtlpdb and this is simple code, so do it directly, i.e., duplicate
# the code from the various generate-*.pl scripts
- info("writing fmtutil.cnf data to $TEXMFSYSVAR/web2c/fmtutil.cnf\n");
+ info("writing fmtutil.cnf to $TEXMFSYSVAR/web2c/fmtutil.cnf\n");
TeXLive::TLUtils::create_fmtutil($usedtlpdb,
"$TEXMFSYSVAR/web2c/fmtutil.cnf",
"$TEXMFLOCAL/web2c/fmtutil-local.cnf");
@@ -816,22 +815,22 @@ operations might be disturbed.\n\n";
"$TEXMFSYSCONFIG/web2c/updmap.cfg",
"$TEXMFLOCAL/web2c/updmap-local.cfg");
- info("writing language.dat data to $TEXMFSYSVAR/tex/generic/config/language.dat\n");
+ info("writing language.dat to $TEXMFSYSVAR/tex/generic/config/language.dat\n");
TeXLive::TLUtils::create_language_dat($usedtlpdb,
"$TEXMFSYSVAR/tex/generic/config/language.dat",
"$TEXMFLOCAL/tex/generic/config/language-local.dat");
- info("writing language.def data to $TEXMFSYSVAR/tex/generic/config/language.def\n");
+ info("writing language.def to $TEXMFSYSVAR/tex/generic/config/language.def\n");
TeXLive::TLUtils::create_language_def($usedtlpdb,
"$TEXMFSYSVAR/tex/generic/config/language.def",
"$TEXMFLOCAL/tex/generic/config/language-local.def");
- info("writing language.dat.lua data to $TEXMFSYSVAR/tex/generic/config/language.dat.lua\n");
+ info("writing language.dat.lua to $TEXMFSYSVAR/tex/generic/config/language.dat.lua\n");
TeXLive::TLUtils::create_language_lua($usedtlpdb,
"$TEXMFSYSVAR/tex/generic/config/language.dat.lua",
"$TEXMFLOCAL/tex/generic/config/language-local.dat.lua");
- info("running mktexlsr $TEXMFSYSVAR $TEXMFSYSCONFIG\n");
+ info("running mktexlsr $TEXMFSYSVAR $TEXMFSYSCONFIG...\n");
system("mktexlsr", $TEXMFSYSVAR, $TEXMFSYSCONFIG);
info("running updmap-sys...");
@@ -852,7 +851,7 @@ operations might be disturbed.\n\n";
}
# now rerun mktexlsr for updmap-sys and tlmgr paper letter updates.
- info("re-running mktexlsr $TEXMFSYSVAR $TEXMFSYSCONFIG\n");
+ info("re-running mktexlsr $TEXMFSYSVAR $TEXMFSYSCONFIG...\n");
system("mktexlsr", $TEXMFSYSVAR, $TEXMFSYSCONFIG);
# luatex/context
@@ -1834,8 +1833,8 @@ sub welcome {
See
$::vars{'TEXDIR'}/index.html
- for links to documentation. The TeX Live web site (http://tug.org/texlive/)
- contains updates and corrections.
+ for links to documentation. The TeX Live web site
+ contains updates and corrections: http://tug.org/texlive.
TeX Live is a joint project of the TeX user groups around the world;
please consider supporting it by joining the group best for you. The