diff options
author | Karl Berry <karl@freefriends.org> | 2008-09-13 22:14:59 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2008-09-13 22:14:59 +0000 |
commit | 2ed8df7c4a2430bf6cbda5257d9bded2389022e6 (patch) | |
tree | c08958da0e45ca79989956fb465f9491563e8c12 /Master/tlpkg/bin/tl-update-tlnet | |
parent | f9aa926224e1a5f548fec2d01e27c822ef7d68b8 (diff) |
doc fixes; randy url
git-svn-id: svn://tug.org/texlive/trunk@10588 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/tlpkg/bin/tl-update-tlnet')
-rwxr-xr-x | Master/tlpkg/bin/tl-update-tlnet | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/Master/tlpkg/bin/tl-update-tlnet b/Master/tlpkg/bin/tl-update-tlnet index 973233f5456..dc3b0db455e 100755 --- a/Master/tlpkg/bin/tl-update-tlnet +++ b/Master/tlpkg/bin/tl-update-tlnet @@ -59,12 +59,16 @@ cp -al $tlweb/* $tlwebtry # assuming GNU cp echo "$0: Updating $tlwebtry in cow-shell..." cd $tlwebtry -cow-shell <<EOF +cow-shell <<END_COW echo "$0: Running tl-update-containers..." $Master/tlpkg/bin/tl-update-containers -location $tlwebtry + +# It is scary, but I guess we should update the installer package every +# day, partly for the sake of doc.html and partly so it actually gets +# tested. Hopefully we don't break the Perl modules very often. echo "$0: Running tl-update-install-pkg..." $Master/tlpkg/bin/tl-update-install-pkg -o $tlwebtry -EOF +END_COW # Now we have an updated tlweb in $tlwebtry where only the changed files # are actual files, the rest are hard links. |