summaryrefslogtreecommitdiff
path: root/Master/tlpkg/bin/tlprm
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2008-06-29 16:44:26 +0000
committerKarl Berry <karl@freefriends.org>2008-06-29 16:44:26 +0000
commitb97961aa556345ed502628a9cde41888d35cd455 (patch)
tree58a0cceabf67a4a1778c94252be3de95c01cfad2 /Master/tlpkg/bin/tlprm
parentb06363328bafe0014916df6f9de3441245a35e71 (diff)
remove bghyphen from ctan-check, too
git-svn-id: svn://tug.org/texlive/trunk@9086 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/tlpkg/bin/tlprm')
-rwxr-xr-xMaster/tlpkg/bin/tlprm5
1 files changed, 4 insertions, 1 deletions
diff --git a/Master/tlpkg/bin/tlprm b/Master/tlpkg/bin/tlprm
index 38c11d57780..60f9fb75cf0 100755
--- a/Master/tlpkg/bin/tlprm
+++ b/Master/tlpkg/bin/tlprm
@@ -81,8 +81,11 @@ sub main
`printf "@lines" >>$commit_file`;
print "first edit collections:\n", @lines;
- print "then\nsvn remove `cat $rm_file`\n";
+ print "then:\nsvn remove `cat $rm_file`\n";
print "svn commit -m'rm $f' `cat $commit_file`\n";
+
+ print "and if needed: $Master/tlpkg/bin/tlpkg-ctan-check\n";
+ `echo $Master/tlpkg/bin/tlpkg-ctan-check >>$commit_file`;
if (1) { # maybe only if debugging?
print "\nremovals ($rm_file):\n";