diff options
Diffstat (limited to 'Master/tlpkg/libexec')
-rwxr-xr-x | Master/tlpkg/libexec/ctan2tds | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/Master/tlpkg/libexec/ctan2tds b/Master/tlpkg/libexec/ctan2tds index accddd4cf33..7dd153938bc 100755 --- a/Master/tlpkg/libexec/ctan2tds +++ b/Master/tlpkg/libexec/ctan2tds @@ -434,6 +434,7 @@ chomp ($Build = `cd $Master/../Build/source && pwd`); 'glossary', "die 'skipping, replaced by glossaries'", 'glosstex', "die 'skipping, requires compilation'", 'gnu-freefont',"&MAKEgnu_freefont", + 'go', "&MAKEflatten", 'gradback', "die 'skipping, ca.2002, await request'", 'graphicp', "die 'skipping, experimental ca.2003'", 'graphicxsp', "die 'skipping, requires adobe distiller'", @@ -4829,6 +4830,9 @@ sub POSTbiber { # don't keep binary archives around in Master tree. &SYSTEM ("$RM biber[-.]*"); + + # not meaningful info in TL. + &SYSTEM ("$RM README.FreeBSD"); } # biber binaries are distributed in a variety of ways. The idea here is |