summaryrefslogtreecommitdiff
path: root/Master/tlpkg/libexec/ctan2tds
diff options
context:
space:
mode:
Diffstat (limited to 'Master/tlpkg/libexec/ctan2tds')
-rwxr-xr-xMaster/tlpkg/libexec/ctan2tds30
1 files changed, 17 insertions, 13 deletions
diff --git a/Master/tlpkg/libexec/ctan2tds b/Master/tlpkg/libexec/ctan2tds
index 4485c5a3956..1aa7d6d3e60 100755
--- a/Master/tlpkg/libexec/ctan2tds
+++ b/Master/tlpkg/libexec/ctan2tds
@@ -1034,7 +1034,8 @@ $standardtex='\.(cfg|sty|clo|ldf|cls|def|fd|cmap|4ht)$';
'tamil-omega', 'omega',
'templates-fenn', 'german',
'templates-sommer', 'german',
- 'texcount', 'support',
+ 'texcount', 'support',
+ 'texloganalyser', 'support',
'texsis', 'texsis',
'textpath', 'metapost',
'trajan', 'fonts',
@@ -1379,19 +1380,22 @@ $standardocp='\.ocp';
);
$standardxmt='\.xmt';
-# packages which have executable scripts
+# executable scripts to install under texmf*/.../scripts.
+# if they should end up in $bindir too,
+# add to Build/source/texk/texlive/Makefile.in (and ChangeLog).
%specialscripts = (
- 'a2ping' => '\.pl$',
- 'dviasm' => '\.py$',
- 'epstopdf' => 'epstopdf',
- 'latex2man' => 'latex2man$',
- 'latexmk' => '\.pl$',
- 'mkjobtexmf' => '\.pl$',
- 'pdfcrop' => '\.pl$',
- 'perltex' => '\.pl$',
- 'pst2pdf' => '\.pl$',
- 'texcount' => '\.pl$',
- 'vpe' => '\.pl$',
+ 'a2ping' => '\.pl$',
+ 'dviasm' => '\.py$',
+ 'epstopdf' => 'epstopdf',
+ 'latex2man' => 'latex2man$',
+ 'latexmk' => '\.pl$',
+ 'mkjobtexmf' => '\.pl$',
+ 'pdfcrop' => '\.pl$',
+ 'perltex' => '\.pl$',
+ 'pst2pdf' => '\.pl$',
+ 'texcount' => '\.pl$',
+ 'texloganalyser' => 'texloganalyser',
+ 'vpe' => '\.pl$',
);
# too painful to install in multiple trees just now.