diff options
author | Karl Berry <karl@freefriends.org> | 2006-12-27 21:41:12 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2006-12-27 21:41:12 +0000 |
commit | 038399f92124fcd73434c1209fcc84330df93e07 (patch) | |
tree | 1876e5b3d810c47143bf464ed9105f94c6c20b02 | |
parent | db9d450cc0c93f7659686045906cbb8355a0254a (diff) |
hyphen-german not automatable
git-svn-id: svn://tug.org/texlive/trunk@2987 c570f23f-e606-0410-a88d-b1316a301751
-rwxr-xr-x | Build/cdbuild/ctan2tds.pl | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/Build/cdbuild/ctan2tds.pl b/Build/cdbuild/ctan2tds.pl index 7baeb97c814..95defbc489b 100755 --- a/Build/cdbuild/ctan2tds.pl +++ b/Build/cdbuild/ctan2tds.pl @@ -160,13 +160,14 @@ chdir $startdir || die "chdir($startdir) failed: $!"; 'hfbright', "&MAKEflatten", 'hfoldsty', "&MAKEflatten", 'hyperref', "&MAKEhyperref", + 'hyphen-german',"please install hyphen-german by hand, sorry\n\"", 'ibycus-babel',"&MAKEibycusbabel", 'ibygrk', "&MAKEflatten", 'invoice', "&MAKEflatten", - 'jasthesis', "print \"not install jasthesis, license is unknown\n\"", + 'jasthesis', "print \"not installing jasthesis, license is unknown\n\"", 'kerkis', "&MAKEflatten", 'koma-script', "&MAKEkoma", - 'kuvio', "print \"Not installing kuvio, it is nonfree\n\"", + 'kuvio', "print \"not installing kuvio, it is nonfree\n\"", 'latex', "&MAKEcopy", # we use latex-tds/base.zip 'latex-tds', "&MAKEcopy", # we use latex-tds/source.zip 'latexmp', "&MAKEflatten", |