diff options
author | Karl Berry <karl@freefriends.org> | 2008-03-07 19:26:47 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2008-03-07 19:26:47 +0000 |
commit | bd73c3cb1402eda07b0859c0e1768f47cc019e63 (patch) | |
tree | 92538802ba94eeb5941e066519fbe428be60a16f /Master/tlpkg/bin/ctan2tl | |
parent | bcfdd06eec201626e38bdd68d97c9582af455727 (diff) |
symlink makeglossaries script
git-svn-id: svn://tug.org/texlive/trunk@6881 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/tlpkg/bin/ctan2tl')
-rwxr-xr-x | Master/tlpkg/bin/ctan2tl | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/Master/tlpkg/bin/ctan2tl b/Master/tlpkg/bin/ctan2tl index e1360d71564..6f37ceb1038 100755 --- a/Master/tlpkg/bin/ctan2tl +++ b/Master/tlpkg/bin/ctan2tl @@ -22,9 +22,9 @@ if test "x$1" = x--help; then echo "--place execute place to do repository adds/removes." echo "--no-ctan if already have files in Build/tmp.raw/PKG." echo - echo "This does not actually commit anything to the repository. Without" - echo "--place, it doesn't even touch anything in the repository outside of" - echo "Build/tmp.{raw,cooked}." + echo "This never actually commits anything to the repository." + echo "Without --place, it doesn't even touch anything in the repository" + echo "outside of Build/tmp.{raw,cooked}." echo echo "Read and understand http://tug.org/texlive/pkgupdate.html" echo "before running this." @@ -134,5 +134,5 @@ rm -rf $pkg.done place $place_chicken $pkg status=$? -rm -rf $raw/$pkg +$copy_from_ctan && rm -rf $raw/$pkg exit $status |