summaryrefslogtreecommitdiff
path: root/Master/tlpkg/libexec
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2009-04-20 22:43:32 +0000
committerKarl Berry <karl@freefriends.org>2009-04-20 22:43:32 +0000
commit411210475b0028ef58d654bbebbe2cc7bcb0d4dd (patch)
tree5a91245dd9ef47c347f26bdfab2b2db4e1193dc1 /Master/tlpkg/libexec
parent97de1fda772f47a24aa6674e26d3c4a4df41a3e5 (diff)
new script texdirflatten (19apr09)
git-svn-id: svn://tug.org/texlive/trunk@12762 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/tlpkg/libexec')
-rwxr-xr-xMaster/tlpkg/libexec/ctan2tds2
1 files changed, 2 insertions, 0 deletions
diff --git a/Master/tlpkg/libexec/ctan2tds b/Master/tlpkg/libexec/ctan2tds
index e9edb48591e..9466ac973e1 100755
--- a/Master/tlpkg/libexec/ctan2tds
+++ b/Master/tlpkg/libexec/ctan2tds
@@ -1441,6 +1441,7 @@ $standardxmt='\.xmt';
'purifyeps' => 'purifyeps$',
'svn-multi' => 'svn-multi\.pl$',
'texcount' => '\.pl$',
+ 'texdirflatten' => 'texdirflatten\$',
'texloganalyser' => 'texloganalyser',
'vpe' => '\.pl$',
);
@@ -1449,6 +1450,7 @@ $standardxmt='\.xmt';
%specialmans = (
'pkfix-helper' => 'pkfix-helper.1',
'purifyeps' => 'purifyeps.1',
+ 'texdirflatten' => 'texdirflatten.1',
);