summaryrefslogtreecommitdiff
path: root/Master/tlpkg/bin/ctan2tds
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2008-03-31 18:51:12 +0000
committerKarl Berry <karl@freefriends.org>2008-03-31 18:51:12 +0000
commitd78671b834cc3819f5822260d1faa415ecec0867 (patch)
tree8466a115e442b88b22aff0863543c7fa3944faea /Master/tlpkg/bin/ctan2tds
parente91427cf3060fb9e6249be35ad7eb417d8d17901 (diff)
handle mkjobtexmf through our script mechanism instead of building
git-svn-id: svn://tug.org/texlive/trunk@7262 c570f23f-e606-0410-a88d-b1316a301751
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$',