diff options
author | Karl Berry <karl@freefriends.org> | 2006-10-22 13:58:42 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2006-10-22 13:58:42 +0000 |
commit | fa612a71c254d52cd9cbd98b9596e6ea378b4200 (patch) | |
tree | cde4ef35ab5586be9afdc640aa3e5a58bfe7ff31 | |
parent | 44b009cae8333ac6c126e205123cc2353d7b0959 (diff) |
astron nonfree
git-svn-id: svn://tug.org/texlive/trunk@2365 c570f23f-e606-0410-a88d-b1316a301751
-rwxr-xr-x | Build/cdbuild/ctan2tds.pl | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/Build/cdbuild/ctan2tds.pl b/Build/cdbuild/ctan2tds.pl index 4d80273d400..d8bb7ddb69f 100755 --- a/Build/cdbuild/ctan2tds.pl +++ b/Build/cdbuild/ctan2tds.pl @@ -81,6 +81,7 @@ chdir $startdir || die "chdir($startdir) failed: $!"; 'archaic', "&MAKEwilson", 'arev', "&MAKEcopy", 'ascii', "&MAKEflatten", + 'astron', "print \"Skipping astron as it is nonfree\n\"", 'augie', "&MAKEaugie", 'aurical', "&MAKEaurical", 'babel', "&MAKEcopy", # we use latex-tds/babel.zip @@ -98,7 +99,7 @@ chdir $startdir || die "chdir($startdir) failed: $!"; 'cb', "&MAKEflatten", 'cbcoptic', "&MAKEcbcoptic", 'changebar', "&MAKEchangebar", - 'chemsym', "print \"Not installing chemsym, it is nonfree\n\"", + 'chemsym', "print \"Skipping chemsym, it is nonfree\n\"", 'chessboard', "print \"Skipping chessboard since no source for doc\n\"", 'chessfss', "print \"Skipping chessfss since no source for doc\n\"", 'circuit_macros', "print \"Not installing circuit_macros as it is m4\n\"", |