diff options
author | Karl Berry <karl@freefriends.org> | 2008-09-08 16:10:33 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2008-09-08 16:10:33 +0000 |
commit | 5af556246a5e3fe0dcd57a41e2c330f509f1e3a9 (patch) | |
tree | c57f9aa90dd0dadd7a932679e84adec5f33358a1 /Master/tlpkg | |
parent | c77d6ba572e2c9f09b37b64a167e8c13f893c5be (diff) |
new latex package termlist (18aug08)
git-svn-id: svn://tug.org/texlive/trunk@10491 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/tlpkg')
-rwxr-xr-x | Master/tlpkg/bin/ctan2tds | 10 | ||||
-rwxr-xr-x | Master/tlpkg/bin/tlpkg-ctan-check | 2 | ||||
-rw-r--r-- | Master/tlpkg/tlpsrc/collection-latexextra.tlpsrc | 1 | ||||
-rw-r--r-- | Master/tlpkg/tlpsrc/termlist.tlpsrc | 2 |
4 files changed, 10 insertions, 5 deletions
diff --git a/Master/tlpkg/bin/ctan2tds b/Master/tlpkg/bin/ctan2tds index 8dd880674b2..57dece0f84e 100755 --- a/Master/tlpkg/bin/ctan2tds +++ b/Master/tlpkg/bin/ctan2tds @@ -835,16 +835,18 @@ $standarddocfmt='latex'; 'parrun', 'parrun.ins', 'stmaryrd', 'stmaryrd.dtx', 'tablists', 'tablists.dtx', + 'termlist', 'termlist.dtx', 'thesis', 'install.01|install.ndx', 'turnstile', 'turnstile-en.ins', # skip pt ); $standardins='\.ins'; %specialinsrunner = ( - 'bullcntr', 'latex', # requires interaction - 'ctable', 'latex', # requires interaction - 'polski', 'latex', # requires interaction - 'psfragx', 'latex', # requires interaction + 'bullcntr' => 'latex', # requires interaction + 'ctable' => 'latex', # requires interaction + 'polski' => 'latex', # requires interaction + 'psfragx' => 'latex', # requires interaction + 'termlist' => 'tex', ); $standardinsrunner="latex -interaction=nonstopmode"; diff --git a/Master/tlpkg/bin/tlpkg-ctan-check b/Master/tlpkg/bin/tlpkg-ctan-check index 92835e7c4a6..92a1eab7821 100755 --- a/Master/tlpkg/bin/tlpkg-ctan-check +++ b/Master/tlpkg/bin/tlpkg-ctan-check @@ -194,7 +194,7 @@ my @WorkingTLP = qw( t-angles Tabbing tableaux tablists tablor tabulary tabvar talk tamethebeast tdsfrmath ted templates-fenn templates-sommer tengwarscript - tensor teubner tex-gyre texilikecover texmate + tensor termlist teubner tex-gyre texilikecover texmate texpower texshade textcase textfit textopo textpath textpos theoremref thesis-titlepage-fhac diff --git a/Master/tlpkg/tlpsrc/collection-latexextra.tlpsrc b/Master/tlpkg/tlpsrc/collection-latexextra.tlpsrc index 6214e0b24d3..c86b6f16761 100644 --- a/Master/tlpkg/tlpsrc/collection-latexextra.tlpsrc +++ b/Master/tlpkg/tlpsrc/collection-latexextra.tlpsrc @@ -506,6 +506,7 @@ depend taupin depend tcldoc depend technics depend ted +depend termlist depend texilikecover depend texlogos depend texmate diff --git a/Master/tlpkg/tlpsrc/termlist.tlpsrc b/Master/tlpkg/tlpsrc/termlist.tlpsrc new file mode 100644 index 00000000000..720024381f9 --- /dev/null +++ b/Master/tlpkg/tlpsrc/termlist.tlpsrc @@ -0,0 +1,2 @@ +name termlist +category Package |