diff options
author | Karl Berry <karl@freefriends.org> | 2011-01-27 19:00:51 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2011-01-27 19:00:51 +0000 |
commit | 7d072ac46075608b02b7af6ac92a174183cbcb32 (patch) | |
tree | 9ac20488a69c46e84e033835c137fd927d9f4da0 /Master/tlpkg/libexec | |
parent | 14bb501461aeb6885ecd8cb48bb44ef346032246 (diff) |
new generic package navigator (26jan11)
git-svn-id: svn://tug.org/texlive/trunk@21194 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/tlpkg/libexec')
-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 a7353e609ee..04094272aa8 100755 --- a/Master/tlpkg/libexec/ctan2tds +++ b/Master/tlpkg/libexec/ctan2tds @@ -729,6 +729,7 @@ $Master = "$mydir/../.."; 'tipa', "&MAKEtipa", 'titlepage-uni-dortmund', "die 'skipping, needs graphics (too short names) in .'", 'tksbrief', "die 'skipping, LaTeX 2.09'", + 'tkz-base', "&MAKEflatten", 'tkz-tab', "&MAKEflatten", 'tolkienfonts',"die 'skipping, cannot easily separate free from nonfree fonts'", 'tpcmfont', "die 'skipping, ?'", @@ -1064,6 +1065,7 @@ $standardtex='\.(.bx|cfg|sty|clo|ldf|cls|def|fd|cmap|4ht)$'; 'multirow', '^..[^s].*\.sty', # not miscdoc.sty 'mylatexformat', '.*\.ltx', 'nag', '\.nag|' . $standardtex, + 'navigator', '(t-)?navigator.tex|' . $standardtex, 'nddiss', '\.sty|\.clo|\.ldf|\.cls|\.def|\.fd$', 'notes', '[^s]\.(eps|pdf|png)|' . $standardtex, # not notes.pdf 'ntheorem', '\.sty|\.std', |