summaryrefslogtreecommitdiff
path: root/Master/tlpkg/bin/ctan2tds
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2007-12-10 18:21:56 +0000
committerKarl Berry <karl@freefriends.org>2007-12-10 18:21:56 +0000
commitc1967007b6e58b2a7492744b5330ae4a684c7240 (patch)
treee45d1d2a1ca7c4ee90e16e6d6a6a761528a490cb /Master/tlpkg/bin/ctan2tds
parent97509dfa0b075dfdc328c84a27668fb11e9303d1 (diff)
new scripts for hyphenation exceptions
git-svn-id: svn://tug.org/texlive/trunk@5748 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/tlpkg/bin/ctan2tds')
-rwxr-xr-xMaster/tlpkg/bin/ctan2tds5
1 files changed, 4 insertions, 1 deletions
diff --git a/Master/tlpkg/bin/ctan2tds b/Master/tlpkg/bin/ctan2tds
index f4802952f96..6f030c7ff77 100755
--- a/Master/tlpkg/bin/ctan2tds
+++ b/Master/tlpkg/bin/ctan2tds
@@ -173,6 +173,7 @@ chdir $startdir || die "chdir($startdir) failed: $!"; # back to raw
'japanese', "die 'skipping, requires ptex'",
'jasthesis', "die 'skipping, license is unknown'",
'jj_game', "die 'skipping, requires acrotex'",
+ 'jsclasses', "die 'skipping, invalid characters processing dtx'",
'kerkis', "&MAKEflatten",
'koma-script', "&MAKEkoma",
'kpfonts', "&MAKEflatten",
@@ -398,6 +399,7 @@ chdir $startdir || die "chdir($startdir) failed: $!"; # back to raw
$standardsource='\.fdd|\.dtx|\.ins|\.c$|Makefile|\.drv';
%specialsource= (
+ 'ae', "$standardsource|\.mtx|\.etx|\.tex|clean|go|install|makepl",
'amsldoc-vn', 'NULL',
'apl', ".*", # just get everything, seems simplest
'arabxetex', 'NULL', # keep dtx with others, why not
@@ -409,8 +411,8 @@ $standardsource='\.fdd|\.dtx|\.ins|\.c$|Makefile|\.drv';
'eskdx', 'NULL', # do not move makefiles
'mff', '\.mfj|\.bat|\.diz',
'fpl', "$standardsource|Add|\.sfd|\.pe|\.ps",
+ 'hyphenex', ".*",
'rcs', "$standardsource|rcs.el|src",
- 'ae', "$standardsource|\.mtx|\.etx|\.tex|clean|go|install|makepl",
);
%specialfoundry = (
@@ -494,6 +496,7 @@ $standarddest = "texmf-dist";
'gost', 'bibtex',
'greenpoint', 'fonts',
'hfoldsty', 'fonts',
+ 'hyphenex', 'generic',
'kixfont', 'fonts',
'latexmp', 'metapost',
'leawood', 'fonts',