summaryrefslogtreecommitdiff
path: root/Master/tlpkg
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2010-05-30 23:00:30 +0000
committerKarl Berry <karl@freefriends.org>2010-05-30 23:00:30 +0000
commit3654b5dd7fc3200a1b72bac39de9680bc74e3031 (patch)
tree5251df97f8e5c6b309eaa363ca119863ab4a92ac /Master/tlpkg
parent95a1ff3467d574b4d9a5cb6c3c6e11abcb8eef52 (diff)
disser update (30may10)
git-svn-id: svn://tug.org/texlive/trunk@18627 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/tlpkg')
-rwxr-xr-xMaster/tlpkg/bin/tlpkg-ctan-check3
-rwxr-xr-xMaster/tlpkg/libexec/ctan2tds6
2 files changed, 6 insertions, 3 deletions
diff --git a/Master/tlpkg/bin/tlpkg-ctan-check b/Master/tlpkg/bin/tlpkg-ctan-check
index e2d7043d0ef..aa7e201800a 100755
--- a/Master/tlpkg/bin/tlpkg-ctan-check
+++ b/Master/tlpkg/bin/tlpkg-ctan-check
@@ -18,6 +18,7 @@ my $tlpdb;
my $Master;
our %OPT;
+# toptesi - reinstate after next upload, generated files out of sync
# these packages should be up to date:
my @TLP_working = qw(
12many 2up
@@ -304,7 +305,7 @@ my @TLP_working = qw(
titlefoot titlepages titlepic titleref titlesec titling
tkz-doc tkz-linknodes tkz-orm tkz-tab
tocbibind tocloft tocvsec2 todo todonotes
- tokenizer toolbox tools toptesi totcount totpages tracking
+ tokenizer toolbox tools totcount totpages tracking
trajan translator tree-dvips trfsigns trimspaces trivfloat trsym
tufte-latex tugboat tugboat-plain turkmen turnstile twoinone twoup txfonts
txfontsb type1cm typedref typehtml typogrid
diff --git a/Master/tlpkg/libexec/ctan2tds b/Master/tlpkg/libexec/ctan2tds
index 4bc449390f0..84a2fae4a35 100755
--- a/Master/tlpkg/libexec/ctan2tds
+++ b/Master/tlpkg/libexec/ctan2tds
@@ -1460,11 +1460,13 @@ $standardmp = '\.mp$';
%specialdvi = ();
$standarddvi = 'NULL'; # rely on authors/CTAN making pdf's.
-%specialcsf= (); # packages which need special BibTeX styles installed
$standardcsf='\.csf';
+%specialcsf = (
+ 'disser', 'cp1251lc.csf', # cp1251.csf dup with gost
+);
$standardbst='\.bst$';
-%specialbst= (
+%specialbst = (
'umthesis', 'NULL',
);