diff options
Diffstat (limited to 'Master/tlpkg/libexec/ctan2tds')
-rwxr-xr-x | Master/tlpkg/libexec/ctan2tds | 39 |
1 files changed, 20 insertions, 19 deletions
diff --git a/Master/tlpkg/libexec/ctan2tds b/Master/tlpkg/libexec/ctan2tds index 06fc53c3f01..388ccc90726 100755 --- a/Master/tlpkg/libexec/ctan2tds +++ b/Master/tlpkg/libexec/ctan2tds @@ -1525,50 +1525,51 @@ $standardsource='\.(c|drv|dtx|fea|fdd|ins|sfd)$|configure.*|install-sh'; 'FAQ-en', 'NULL', 'ae', '\.mtx|\.etx|\.tex|clean|go|install|makepl', 'amsldoc-vn', 'NULL', - 'apl', ".*", # just get everything, seems simplest - 'arabxetex', 'NULL', # keep dtx with others, why not + 'apl', ".*", # get everything, simplest + 'arabxetex', 'NULL', # dtx with others, why not 'bbold', $standardsource . '|fonttabl.sty', - 'biber', '.*', # get everything, lots to do in post + 'biber', '.*', # keep all, lots to do in post 'bigints', 'NULL', 'blacklettert1', '\.dtx|\.ins|\.pl|Makefile', - 'booktabs-de', 'NULL', # keep together + 'booktabs-de', 'NULL', # keep together 'carlisle', '\.dtx|\.ins|ltxtable\.tex', 'chemarrow', '\.mp|\.vfb', 'concmath-fonts', 'NULL', 'crossword', $standardsource . '|AcrossLite', 'epsf', 'NULL', 'epslatex-fr', 'NULL', - 'epspdf', 'NULL', # leave .install - 'eskdx', 'NULL', # leave makefiles - 'eurosym', 'NULL', # leave makefiles, etc. + 'epspdf', 'NULL', # leave .install + 'eskdx', 'NULL', # leave makefiles + 'eurosym', 'NULL', # leave makefiles, etc. 'export', '\.l|' . $standardsource, 'feynmf', 'feynmf\.pl|' . $standardsource, - 'findhyph', 'NULL', # leave makefile + 'findhyph', 'NULL', # leave makefile 'fmtcount', 'fmtcount.perl|' . $standardsource, 'fpl', 'Add|\.pe|\.ps' . $standardsource, - 'geometry-de', 'NULL', # keep together + 'geometry-de', 'NULL', # keep together 'grverb', '\.vpl|' . $standardsource, 'hyper', '\.pl|' . $standardsource, 'hyphenex', '.*', - 'impatient', 'NULL', # doc package - 'intro-scientific', 'NULL', # doc package - 'js-misc', 'NULL', # no gain in splitting up + 'impatient', 'NULL', # doc package + 'intro-scientific', 'NULL', # doc package + 'js-misc', 'NULL', # no gain in splitting up 'kpfonts', '\.zip', - 'latex-doc-ptr', 'NULL', # doc package - 'latex2e-help-texinfo','NULL', # doc package - 'latex2man', 'NULL', # leave Makefile - 'latexdiff', 'NULL', # leave Makefile + 'latex-doc-ptr', 'NULL', # doc package + 'latex2e-help-texinfo','NULL', # doc package + 'latex2man', 'NULL', # leave Makefile + 'latexdiff', 'NULL', # leave Makefile 'lua-alt-getopt', 'NULL', 'mff', '\.mfj|\.bat|\.diz', + 'microtype-de', 'NULL', # doc package 'mkjobtexmf', 'Makefile.in|' . $standardsource, 'mpman-ru', 'NULL', # doc package 'ot2cyr', '\.afm|\.etx|' . $standardsource, 'patch', '\.doc', 'pdfx', 'rvdtx\.sty|' . $standardsource, - 'pgfplots', 'NULL', # keep manual.install.tex in doc/ + 'pgfplots', 'NULL', # manual.install.tex in doc/ 'rcs', 'rcs.el|src|' . $standardsource, - 'thailatex', 'NULL', # no gain in splitting up - 'tkz-orm', 'NULL', # no gain in splitting up + 'thailatex', 'NULL', # no gain in splitting up + 'tkz-orm', 'NULL', # no gain in splitting up 'xlop', 'manual.sty|' . $standardsource, ); |