summaryrefslogtreecommitdiff
path: root/Master
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2008-11-25 01:36:26 +0000
committerKarl Berry <karl@freefriends.org>2008-11-25 01:36:26 +0000
commit289ed479772bf38fb29a7d5f79bfc625dacccaa8 (patch)
tree8bc581c1b17ac4b1dbcbe18500cc125b22996383 /Master
parent051c31ba4a14da0a9ad05b48a63ee5b31052441c (diff)
comment out test require's of cjk subfiles.
git-svn-id: svn://tug.org/texlive/trunk@11417 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master')
-rwxr-xr-xMaster/tlpkg/bin/ctan2tds10
1 files changed, 5 insertions, 5 deletions
diff --git a/Master/tlpkg/bin/ctan2tds b/Master/tlpkg/bin/ctan2tds
index 028cb9ca936..c33f3464284 100755
--- a/Master/tlpkg/bin/ctan2tds
+++ b/Master/tlpkg/bin/ctan2tds
@@ -3196,31 +3196,31 @@ sub MAKEcjk_common
sub MAKEcjk
{
&MAKEcjk_common ();
- require "/home/karl/c/cjk.pl";
+ #require "/home/karl/c/cjk.pl";
}
sub MAKEbin_cjkutils
{
&MAKEcjk_common ();
- require "/home/karl/c/bin-cjkutils.pl";
+ #require "/home/karl/c/bin-cjkutils.pl";
}
sub MAKEc90enc
{
&MAKEcjk_common ();
- require "/home/karl/c/c90enc.pl";
+ #require "/home/karl/c/c90enc.pl";
}
sub MAKEgaruda
{
&MAKEcjk_common ();
- require "/home/karl/c/garuda.pl";
+ #require "/home/karl/c/garuda.pl";
}
sub MAKEnorasi
{
&MAKEcjk_common ();
- require "/home/karl/c/norasi.pl";
+ #require "/home/karl/c/norasi.pl";
}
sub MAKEkarlcjk