diff options
author | Karl Berry <karl@freefriends.org> | 2007-12-10 18:21:56 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2007-12-10 18:21:56 +0000 |
commit | c1967007b6e58b2a7492744b5330ae4a684c7240 (patch) | |
tree | e45d1d2a1ca7c4ee90e16e6d6a6a761528a490cb /Master/tlpkg | |
parent | 97509dfa0b075dfdc328c84a27668fb11e9303d1 (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')
-rwxr-xr-x | Master/tlpkg/bin/ctan2tds | 5 | ||||
-rw-r--r-- | Master/tlpkg/tlpsrc/collection-binextra.tlpsrc | 7 | ||||
-rw-r--r-- | Master/tlpkg/tlpsrc/hyphenex.tlpsrc | 2 | ||||
-rw-r--r-- | Master/tlpkg/tlpsrc/jsclasses.tlpsrc | 2 |
4 files changed, 12 insertions, 4 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', diff --git a/Master/tlpkg/tlpsrc/collection-binextra.tlpsrc b/Master/tlpkg/tlpsrc/collection-binextra.tlpsrc index aa444ece3e0..5da9794012a 100644 --- a/Master/tlpkg/tlpsrc/collection-binextra.tlpsrc +++ b/Master/tlpkg/tlpsrc/collection-binextra.tlpsrc @@ -4,8 +4,7 @@ shortdesc TeX auxiliary programs longdesc Various useful, but non-essential, support programs. Includes longdesc programs and macros for DVI file manipulation, literate longdesc programming, PerlTeX, patgen, etc. -depend cweb -depend mkind-english +depend collection-basic depend bin-bibtex8 depend bin-ctie depend bin-cweb @@ -26,4 +25,6 @@ depend bin-tie depend bin-tpic2pdftex depend bin-vpe depend bin-web -depend collection-basic +depend cweb +depend hyphenex +depend mkind-english diff --git a/Master/tlpkg/tlpsrc/hyphenex.tlpsrc b/Master/tlpkg/tlpsrc/hyphenex.tlpsrc new file mode 100644 index 00000000000..f4f80543e24 --- /dev/null +++ b/Master/tlpkg/tlpsrc/hyphenex.tlpsrc @@ -0,0 +1,2 @@ +name hyphenex +category Documentation diff --git a/Master/tlpkg/tlpsrc/jsclasses.tlpsrc b/Master/tlpkg/tlpsrc/jsclasses.tlpsrc new file mode 100644 index 00000000000..db8bcdf4244 --- /dev/null +++ b/Master/tlpkg/tlpsrc/jsclasses.tlpsrc @@ -0,0 +1,2 @@ +name jsclasses +category Package |