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 | |
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')
-rwxr-xr-x | Master/tlpkg/bin/tlpkg-ctan-check | 4 | ||||
-rwxr-xr-x | Master/tlpkg/libexec/ctan2tds | 2 | ||||
-rw-r--r-- | Master/tlpkg/tlpsrc/collection-genericextra.tlpsrc | 1 | ||||
-rw-r--r-- | Master/tlpkg/tlpsrc/navigator.tlpsrc | 0 |
4 files changed, 5 insertions, 2 deletions
diff --git a/Master/tlpkg/bin/tlpkg-ctan-check b/Master/tlpkg/bin/tlpkg-ctan-check index 3fcc4d71775..60a9ef4a5ab 100755 --- a/Master/tlpkg/bin/tlpkg-ctan-check +++ b/Master/tlpkg/bin/tlpkg-ctan-check @@ -238,7 +238,7 @@ my @TLP_working = qw( multenum multibbl multibib multicap multirow multibox multido multiobjective munich musixtex muthesis mwcls mxedruli mylatexformat - nag namespc natbib nath nature ncclatex ncctools + nag namespc natbib nath nature navigator ncclatex ncctools needspace newcommand newfile newlfm newsletr newspaper newverbs nextpage nfssext-cfr niceframe nicetext nih nkarta nlctdoc noitcrul nolbreaks @@ -331,7 +331,7 @@ my @TLP_working = qw( thumb thumbpdf thumby thuthesis ticket tikz-3dplot tikz-inet tikz-qtree tikz-timing timetable timing tipa titlefoot titlepages titlepic titleref titlesec titling - tkz-doc tkz-linknodes tkz-orm tkz-tab + tkz-base tkz-doc tkz-linknodes tkz-orm tkz-tab tocbibind tocloft tocvsec2 todo todonotes tokenizer toolbox tools topfloat totcount totpages trajan trfsigns trimspaces trivfloat trsym truncate 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', diff --git a/Master/tlpkg/tlpsrc/collection-genericextra.tlpsrc b/Master/tlpkg/tlpsrc/collection-genericextra.tlpsrc index 3e5d0e30085..bf025da7ee5 100644 --- a/Master/tlpkg/tlpsrc/collection-genericextra.tlpsrc +++ b/Master/tlpkg/tlpsrc/collection-genericextra.tlpsrc @@ -25,6 +25,7 @@ depend metatex depend mftoeps depend midnight depend multi +depend navigator depend ofs depend pdf-trans depend shade diff --git a/Master/tlpkg/tlpsrc/navigator.tlpsrc b/Master/tlpkg/tlpsrc/navigator.tlpsrc new file mode 100644 index 00000000000..e69de29bb2d --- /dev/null +++ b/Master/tlpkg/tlpsrc/navigator.tlpsrc |