summaryrefslogtreecommitdiff
path: root/Master/tlpkg/libexec/ctan2tds
diff options
context:
space:
mode:
Diffstat (limited to 'Master/tlpkg/libexec/ctan2tds')
-rwxr-xr-xMaster/tlpkg/libexec/ctan2tds6
1 files changed, 4 insertions, 2 deletions
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',
);