diff options
author | Karl Berry <karl@freefriends.org> | 2012-12-17 00:32:10 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2012-12-17 00:32:10 +0000 |
commit | 341b335064cabbae93928f5b129577ff74126f23 (patch) | |
tree | e5c72708524c4e035f6000352fa8725c4eae2347 /Master/tlpkg/libexec | |
parent | de9c3324abc72a20c297809807eca886e44e7426 (diff) |
go non-update
git-svn-id: svn://tug.org/texlive/trunk@28556 c570f23f-e606-0410-a88d-b1316a301751
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 |