diff options
Diffstat (limited to 'Master/tlpkg/bin/ctan2tds')
-rwxr-xr-x | Master/tlpkg/bin/ctan2tds | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/Master/tlpkg/bin/ctan2tds b/Master/tlpkg/bin/ctan2tds index 67c279dc892..028cb9ca936 100755 --- a/Master/tlpkg/bin/ctan2tds +++ b/Master/tlpkg/bin/ctan2tds @@ -95,6 +95,7 @@ chdir $startdir || die "chdir($startdir) failed: $!"; # back to raw 'bookhands', "&MAKEwilson", 'borceux', "&MAKEborceux", 'burmese', "&MAKEflatten", + 'c90enc', "&MAKEc90enc", 'calendar', "die 'skipping, nosell license'", 'camel', "die 'skipping, nosell license'", 'cbfonts', "&MAKEflatten", @@ -199,6 +200,7 @@ chdir $startdir || die "chdir($startdir) failed: $!"; # back to raw 'futhark', "die 'skipping, nonfree license'", 'futurans', "die 'skipping, requires nonfree font'", 'galley', "die 'skipping, will be included in xpackages later'", + 'garuda', "&MAKEgaruda", 'gene', "die 'skipping, complicated, some have sources, sorry'", 'genmisc', "die 'too complicated, sorry'", 'germbib', "&MAKEgermbib", @@ -306,6 +308,7 @@ chdir $startdir || die "chdir($startdir) failed: $!"; # back to raw 'newthm', "die 'skipping, obsolete, no longer on ctan'", 'niceframe', "die 'skipping, nosell license'", 'nohyph', "die 'skipping, nohyph must be done by hand'", + 'norasi', "&MAKEnorasi", 'notes', "&MAKEnotes", 'numline', "die 'skipping, obsolete'", 'oca', "die 'skipping, nosell license'", @@ -3202,6 +3205,24 @@ sub MAKEbin_cjkutils require "/home/karl/c/bin-cjkutils.pl"; } +sub MAKEc90enc +{ + &MAKEcjk_common (); + require "/home/karl/c/c90enc.pl"; +} + +sub MAKEgaruda +{ + &MAKEcjk_common (); + require "/home/karl/c/garuda.pl"; +} + +sub MAKEnorasi +{ + &MAKEcjk_common (); + require "/home/karl/c/norasi.pl"; +} + sub MAKEkarlcjk { print "\t SPECIAL $package wholesale rearranging\n"; |