summaryrefslogtreecommitdiff
path: root/Master/tlpkg/libexec
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2011-05-22 22:08:47 +0000
committerKarl Berry <karl@freefriends.org>2011-05-22 22:08:47 +0000
commit086cd8809226250fa0a0a4f66ff59140ce871c11 (patch)
tree5fa82bc68eee9e6cfa58c28fb14db37dfdc5cef9 /Master/tlpkg/libexec
parent2f70ad552e51679af5da05609075b9f1f175147c (diff)
yannisgr license clarification (21may11)
git-svn-id: svn://tug.org/texlive/trunk@22567 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/tlpkg/libexec')
-rwxr-xr-xMaster/tlpkg/libexec/ctan2tds36
1 files changed, 14 insertions, 22 deletions
diff --git a/Master/tlpkg/libexec/ctan2tds b/Master/tlpkg/libexec/ctan2tds
index 94dba67eae8..0ea4efb39d9 100755
--- a/Master/tlpkg/libexec/ctan2tds
+++ b/Master/tlpkg/libexec/ctan2tds
@@ -53,6 +53,7 @@ chomp ($Build = `cd $Master/../Build/source && pwd`);
%special = (
'AkkTeX', "&MAKEflatten",
'Catalogue', "die 'skipping, goes stale too soon'",
+ 'CJK', "die 'skipping, use cjk'",
'FiXme', "die 'skipping, use fixme'",
'GuIT', "die 'skipping, use guitlogo'",
'HA-prosper', '&MAKEhaprosper',
@@ -2049,6 +2050,7 @@ $standardclean = '\.head|\.tmp|\.dvi|\.log|\.out|\.aux|\.toc|\.lof|\.lot'
'toptesi' => 'logo.*', # legalities unknown
'tree-dvips' => 'avm.*', # author no response
'xskak' => 'xskak.pdf', # no source
+ 'yannisgr' => '^(digits|gen_acc)\.mf' # levy dup
);
# (main program)
@@ -4016,16 +4018,14 @@ sub MAKEpsnfss {
}
-# CJK
+# CJK (from Werner Lemberg)
-sub I
-{
+sub I {
my ($s, $d) = @_;
&SYSTEM ("$INSTALL $s $DEST/$d");
}
-sub MAKEcjk_common
-{
+sub MAKEcjk_common {
print "\t SPECIAL $package wholesale rearranging for cjk\n";
&xchdir ($packagedir);
@@ -4037,53 +4037,45 @@ sub MAKEcjk_common
&SYSTEM ("$RM *.tar.gz && $MV cjk-?.?.?/* . && rmdir cjk-?.?.?");
}
-sub MAKEcjk
-{
+sub MAKEcjk {
&MAKEcjk_common ();
require "cjk.pl"; # in tlpkg/libexec
}
-sub MAKEbin_cjkutils
-{
+sub MAKEbin_cjkutils {
&MAKEcjk_common ();
require "bin-cjkutils.pl";
}
-sub MAKEc90
-{
+sub MAKEc90 {
&MAKEcjk_common ();
require "c90.pl";
}
-sub MAKEdnp
-{
+sub MAKEdnp {
&MAKEcjk_common ();
require "dnp.pl";
}
-sub MAKEgaruda_c90
-{
+sub MAKEgaruda_c90 {
&MAKEcjk_common ();
require "garuda-c90.pl";
}
-sub MAKEnorasi_c90
-{
+sub MAKEnorasi_c90 {
&MAKEcjk_common ();
require "norasi-c90.pl";
}
-
-sub MAKEcmlgc
-{
+
+sub MAKEcmlgc {
&setup;
chdir("$DEST/doc/$whichdocformat/$package");
&SYSTEM("rm -rf vtex");
&MAKEflatten;
}
-sub MAKEphonetic
-{
+sub MAKEphonetic {
&setup;
&xchdir ("$DEST/doc/$whichdocformat/$package");