diff options
Diffstat (limited to 'Build/cdbuild/ctan2tds.pl')
-rwxr-xr-x | Build/cdbuild/ctan2tds.pl | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Build/cdbuild/ctan2tds.pl b/Build/cdbuild/ctan2tds.pl index dc4c743b3ca..3321edc6f31 100755 --- a/Build/cdbuild/ctan2tds.pl +++ b/Build/cdbuild/ctan2tds.pl @@ -919,6 +919,7 @@ $standardmp='\.mp$'; $standardcsf='\.csf'; %specialbst= ( + 'umthesis', 'NULL', ); $standardbst='\.bst'; @@ -938,6 +939,7 @@ $standardbst='\.bst'; 'munich', 'NULL', 'pst-labo', 'NULL', 'ucthesis', 'NULL', + 'umthesis', 'NULL', ); $standardbib='\.bib$'; # $ so we don't find README.bibtex in IEEEtran |