summaryrefslogtreecommitdiff
path: root/Master/tlpkg/bin/ctan2tds
diff options
context:
space:
mode:
Diffstat (limited to 'Master/tlpkg/bin/ctan2tds')
-rwxr-xr-xMaster/tlpkg/bin/ctan2tds5
1 files changed, 4 insertions, 1 deletions
diff --git a/Master/tlpkg/bin/ctan2tds b/Master/tlpkg/bin/ctan2tds
index d002e559c5b..a482fae64ae 100755
--- a/Master/tlpkg/bin/ctan2tds
+++ b/Master/tlpkg/bin/ctan2tds
@@ -458,7 +458,7 @@ chdir $startdir || die "chdir($startdir) failed: $!"; # back to raw
);
-$standardsource='\.fdd|\.dtx|\.ins|\.c$|Makefile|\.drv';
+$standardsource='\.fdd|\.dtx|\.ins|\.c$|Makefile|configure.*|install-sh|\.drv';
%specialsource= (
'FAQ-en', 'NULL',
'ae', "$standardsource|\.mtx|\.etx|\.tex|clean|go|install|makepl",
@@ -571,6 +571,7 @@ $standarddest = "texmf-dist";
'lfb', 'fonts',
'latexmp', 'metapost',
'mathdots', 'generic',
+ 'mkjobtexmf', 'generic',
'mnhyphn', 'generic',
'mfpic', 'generic',
'multido', 'generic',
@@ -723,6 +724,7 @@ $standardfmt='latex';
'metauml', 'metapost',
'mfpic', 'generic',
'mkpattern', 'plain',
+ 'mkjobtexmf', 'generic',
'mpattern', 'metapost',
'ntheorem-vn', 'vietnamese',
'ofs', 'generic',
@@ -1255,6 +1257,7 @@ $standardxmt='\.xmt';
%specialscripts = (
'a2ping' => '\.pl$',
'epstopdf' => 'epstopdf',
+ 'mkjobtexmf' => '\.pl$',
'perltex' => '\.pl$',
'texcount' => '\.pl$',
'thumbpdf' => '\.pl$',