summaryrefslogtreecommitdiff
path: root/Master/tlpkg/bin/ctan2tds
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2008-11-25 01:28:42 +0000
committerKarl Berry <karl@freefriends.org>2008-11-25 01:28:42 +0000
commit6866223d1f064649cf7f9b8cb6b83fdbfae23d4f (patch)
treebe3ce5888a619837d06c9299fd9107d486cca50c /Master/tlpkg/bin/ctan2tds
parent5f6cc6c2f8ebbeee0dd2fc7895ddb75548bb31f6 (diff)
tablor 4.02b (24nov08)
git-svn-id: svn://tug.org/texlive/trunk@11412 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/tlpkg/bin/ctan2tds')
-rwxr-xr-xMaster/tlpkg/bin/ctan2tds21
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";