diff options
author | Karl Berry <karl@freefriends.org> | 2008-05-04 23:00:21 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2008-05-04 23:00:21 +0000 |
commit | e936f03b76d95e6241f79cbd2f2fde7bd425869d (patch) | |
tree | 2438598f499a1a20776dc1bc1686606e7ddeb943 /Master/tlpkg/bin | |
parent | 704a83857729bdf1546dfc8a61775587105ddaf8 (diff) |
rm camel, nosell
git-svn-id: svn://tug.org/texlive/trunk@7852 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/tlpkg/bin')
-rwxr-xr-x | Master/tlpkg/bin/ctan2tds | 1 | ||||
-rwxr-xr-x | Master/tlpkg/bin/tlprm | 2 |
2 files changed, 2 insertions, 1 deletions
diff --git a/Master/tlpkg/bin/ctan2tds b/Master/tlpkg/bin/ctan2tds index 228b3fca612..60baacac71d 100755 --- a/Master/tlpkg/bin/ctan2tds +++ b/Master/tlpkg/bin/ctan2tds @@ -96,6 +96,7 @@ chdir $startdir || die "chdir($startdir) failed: $!"; # back to raw 'borceux', "&MAKEborceux", 'burmese', "&MAKEflatten", 'calendar', "die 'skipping, nosell license'", + 'camel', "die 'skipping, nosell license'", 'cbfonts', "die 'skipping, we use cbfonts-all'", 'cbfonts-all', "&MAKEflatten", 'cbcoptic', "&MAKEcbcoptic", diff --git a/Master/tlpkg/bin/tlprm b/Master/tlpkg/bin/tlprm index d267b19bcf4..72655fe04de 100755 --- a/Master/tlpkg/bin/tlprm +++ b/Master/tlpkg/bin/tlprm @@ -85,7 +85,7 @@ sub main print "first edit collections:\n", @lines; print "then\nsvn remove `cat $rm_file`\n"; - print "then\nsvn commit -m'rm $f' `cat $commit_file`\n"; + print "svn commit -m'rm $f' `cat $commit_file`\n"; if (1) { # maybe only if debugging? print "\nremovals ($rm_file):\n"; |