summaryrefslogtreecommitdiff
path: root/Master/tlpkg/libexec/ctan2tds
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2011-07-28 23:15:43 +0000
committerKarl Berry <karl@freefriends.org>2011-07-28 23:15:43 +0000
commit0314236a212d9845f6aa2543aada06f1cdf0b225 (patch)
treecec9dbf6fc6e8e3df98234e19b3e0b57c58b69db /Master/tlpkg/libexec/ctan2tds
parent2e03a3176ecec8c983010ae293cff9713b858cca (diff)
urlbst script in bindir, Claire mail 26 Jul 2011 16:38:31
git-svn-id: svn://tug.org/texlive/trunk@23262 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/tlpkg/libexec/ctan2tds')
-rwxr-xr-xMaster/tlpkg/libexec/ctan2tds3
1 files changed, 2 insertions, 1 deletions
diff --git a/Master/tlpkg/libexec/ctan2tds b/Master/tlpkg/libexec/ctan2tds
index c07a63f4587..a126ad5941e 100755
--- a/Master/tlpkg/libexec/ctan2tds
+++ b/Master/tlpkg/libexec/ctan2tds
@@ -1924,7 +1924,7 @@ $standardxmt='\.xmt';
%specialxmt = ();
-# scripts to install under texmf*/.../scripts.
+# scripts to install under texmf*/.../scripts, but not bindir.
%specialscripts_nobin = (
'epspdf' => '(epspdf(|\.help|boot|tk)|\.rb|makegray\.pro)$',
'lua-alt-getopt' => '\.lua$',
@@ -1971,6 +1971,7 @@ $standardxmt='\.xmt';
'texdirflatten' => 'texdirflatten$',
'texloganalyser' => 'texloganalyser',
'ulqda' => '\.pl$',
+ 'urlbst' => 'urlbst$',
'vpe' => '\.pl$',
);