From 5af556246a5e3fe0dcd57a41e2c330f509f1e3a9 Mon Sep 17 00:00:00 2001 From: Karl Berry Date: Mon, 8 Sep 2008 16:10:33 +0000 Subject: new latex package termlist (18aug08) git-svn-id: svn://tug.org/texlive/trunk@10491 c570f23f-e606-0410-a88d-b1316a301751 --- Master/tlpkg/bin/ctan2tds | 10 ++++++---- Master/tlpkg/bin/tlpkg-ctan-check | 2 +- Master/tlpkg/tlpsrc/collection-latexextra.tlpsrc | 1 + Master/tlpkg/tlpsrc/termlist.tlpsrc | 2 ++ 4 files changed, 10 insertions(+), 5 deletions(-) create mode 100644 Master/tlpkg/tlpsrc/termlist.tlpsrc (limited to 'Master/tlpkg') 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 -- cgit v1.2.3