diff options
Diffstat (limited to 'Master/tlpkg/bin/ctan2tds')
-rwxr-xr-x | Master/tlpkg/bin/ctan2tds | 9 |
1 files changed, 6 insertions, 3 deletions
diff --git a/Master/tlpkg/bin/ctan2tds b/Master/tlpkg/bin/ctan2tds index 66b576fe40b..09b2a539779 100755 --- a/Master/tlpkg/bin/ctan2tds +++ b/Master/tlpkg/bin/ctan2tds @@ -620,6 +620,7 @@ $standardsourcefmt='latex'; 'mathdots', 'generic', 'metatex', 'plain', 'mfpic', 'generic', + 'midnight', 'generic', 'mkpattern', 'plain', 'ocherokee', 'lambda', 'ofs', 'generic', @@ -721,6 +722,7 @@ $standardfmt='latex'; 'metatex', 'plain', 'metauml', 'metapost', 'mfpic', 'generic', + 'midnight', 'generic', 'mkpattern', 'plain', 'mkjobtexmf', 'generic', 'mpattern', 'metapost', @@ -878,6 +880,7 @@ $standardtex='\.cfg|\.sty|\.clo|\.ldf|\.cls|\.def|\.fd$|\.cmap'; 'metatex', 'metatex.tex', 'mff', '\.sty|mf[^f].*\.tex', 'mfpic', 'mfpic.tex|mfpic.sty|mfppatch.tex', + 'midnight', '\.tex', 'misc', '\.sty|\.ltx|\.cls', 'mkpattern', 'mkpatter.tex', 'mpman-ru', 'NULL', # doc package @@ -932,7 +935,7 @@ $standardtex='\.cfg|\.sty|\.clo|\.ldf|\.cls|\.def|\.fd$|\.cmap'; # packages which need special documentation files run -%specialdvi= ( +%oldspecialdvi= ( 'barcode2', 'eandoc.tex', 'bardiag', 'bar.*tex', 'base', '.*info.tex|.*guide.*tex|.*news.*tex', @@ -965,7 +968,6 @@ $standardtex='\.cfg|\.sty|\.clo|\.ldf|\.cls|\.def|\.fd$|\.cmap'; 'manjutex', 'manjutex.tex', 'mapcodes', 'mapcode\.drv', 'mff', 'mffdoc.tex', - 'midnight', '\.doc', 'minutes', 'Sample.tex', 'ofs', 'ofsdoc-e\.tex|ofsdoc\.tex|ofs-slt\.tex', 'ogonek', 'togonek\.ltx|\.tex', @@ -1014,7 +1016,8 @@ $standardtex='\.cfg|\.sty|\.clo|\.ldf|\.cls|\.def|\.fd$|\.cmap'; ); #$standarddvi='\.tex|\.ltx'; -$standarddvi='NULL'; # rely on authors/CTAN making pdf's. +%specialdvi = (); +$standarddvi = 'NULL'; # rely on authors/CTAN making pdf's. # packages which need special MetaPost files |