diff options
author | Karl Berry <karl@freefriends.org> | 2011-12-03 23:35:36 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2011-12-03 23:35:36 +0000 |
commit | e57737e5e749b3cdff002d8ca4c32c865ec5e03e (patch) | |
tree | dbac43a82b3ffdce878349e67268d5338ea6e8e8 /Master/tlpkg/libexec/ctan2tds | |
parent | 97e4684a37e4899e8cdd42ab670b6e25dd319d1a (diff) |
new generic package gates (3dec11)
git-svn-id: svn://tug.org/texlive/trunk@24739 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/tlpkg/libexec/ctan2tds')
-rwxr-xr-x | Master/tlpkg/libexec/ctan2tds | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Master/tlpkg/libexec/ctan2tds b/Master/tlpkg/libexec/ctan2tds index 1b75082de3a..1f068f3c7ad 100755 --- a/Master/tlpkg/libexec/ctan2tds +++ b/Master/tlpkg/libexec/ctan2tds @@ -824,6 +824,7 @@ chomp ($Build = `cd $Master/../Build/source && pwd`); 'timing', "die 'skipping, noinfo license, 1994 mf'", 'tipa', "&MAKEtipa", 'titlepage-uni-dortmund', "die 'skipping, needs graphics (too short names) in .'", + 'titleps', "die 'skipping, use titlesec'", 'tkhyph', "die 'skipping, part of hyph-utf8'", 'tksbrief', "die 'skipping, LaTeX 2.09'", 'tkz-base', "&MAKEtkz", @@ -1150,6 +1151,7 @@ $standardtex='\.(.bx|cfg|sty|clo|ldf|cls|def|fd|cmap|4ht)$'; 'fragments', '\.tex|' . $standardtex, 'frame', 'frame\.tex|' . $standardtex, 'frankenstein','\.(sto|stq)|' . $standardtex, + 'gates', '\.lua|t-gates|' . $standardtex, 'genmisc', '\.sty|\.tex', 'geometry', '\.sty|\.clo|\.ldf|\.cls|\.def|\.fd$', # not cfg 'geometry-de', 'NULL', # all doc |