diff options
Diffstat (limited to 'Master/tlpkg/libexec/ctan2tds')
-rwxr-xr-x | Master/tlpkg/libexec/ctan2tds | 2 |
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', ); |