diff options
author | Karl Berry <karl@freefriends.org> | 2008-06-29 16:44:26 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2008-06-29 16:44:26 +0000 |
commit | b97961aa556345ed502628a9cde41888d35cd455 (patch) | |
tree | 58a0cceabf67a4a1778c94252be3de95c01cfad2 /Master/tlpkg/bin | |
parent | b06363328bafe0014916df6f9de3441245a35e71 (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')
-rwxr-xr-x | Master/tlpkg/bin/tlpkg-ctan-check | 2 | ||||
-rwxr-xr-x | Master/tlpkg/bin/tlprm | 5 |
2 files changed, 5 insertions, 2 deletions
diff --git a/Master/tlpkg/bin/tlpkg-ctan-check b/Master/tlpkg/bin/tlpkg-ctan-check index c0eb0d2ec2b..885cbcbff95 100755 --- a/Master/tlpkg/bin/tlpkg-ctan-check +++ b/Master/tlpkg/bin/tlpkg-ctan-check @@ -33,7 +33,7 @@ my @WorkingTLP = qw( auncial-new babel babelbib barcodes bbcard bbold beamer beamer-contrib beamer-tut-pt begriff bera betababel beton - bez123 bezos bghyphen bibhtml bibleref bibtopic bibtopicprefix + bez123 bezos bibhtml bibleref bibtopic bibtopicprefix bibunits bigfoot binomexp blacklettert1 blindtext blockdraw_mp boites boldtensors bookest booklet booktabs bophook 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"; |