diff options
Diffstat (limited to 'Master/tlpkg/libexec/ctan2tds')
-rwxr-xr-x | Master/tlpkg/libexec/ctan2tds | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/Master/tlpkg/libexec/ctan2tds b/Master/tlpkg/libexec/ctan2tds index b3c0407e946..48ce455d60a 100755 --- a/Master/tlpkg/libexec/ctan2tds +++ b/Master/tlpkg/libexec/ctan2tds @@ -264,6 +264,7 @@ chomp ($Build = `cd $Master/../Build/source && pwd`); 'devanagari-omega', "die 'skipping, author unknown, license unknown'", 'diagmac', "die 'skipping, for latex 2.09 and we have diagmac2'", 'diagnose', "&MAKEflatten", + 'diagxy', "die 'skipping, use barr'", 'dialogl', "die 'skipping, noinfo license, author deceased'", 'dictsym', "&MAKEunzipandflatten", 'disser', "&MAKEdisser", @@ -4371,7 +4372,7 @@ sub POSTctex { &SYSTEM ("$MV doc/* .; rmdir doc"); } -sub POSTdehyph_expt { +sub POSTdehyph_exptl { print "POST$package - *YOU* must update tlpsrc directives, right now!\n"; } |