diff options
author | Karl Berry <karl@freefriends.org> | 2009-02-26 00:59:40 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2009-02-26 00:59:40 +0000 |
commit | d28e1b8714ceabf8a3a18538917f03c4230a93f9 (patch) | |
tree | 382fd8aa8099f6fae70895fd56c0763269a9777b /Master/tlpkg | |
parent | b3fd7332ea18e6172db25318716832397b625ddd (diff) |
new script texloganalyser (23feb09)
git-svn-id: svn://tug.org/texlive/trunk@12237 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/tlpkg')
-rwxr-xr-x | Master/tlpkg/libexec/ctan2tds | 30 | ||||
-rw-r--r-- | Master/tlpkg/tlpsrc/collection-binextra.tlpsrc | 1 | ||||
-rw-r--r-- | Master/tlpkg/tlpsrc/texloganalyser.tlpsrc | 2 |
3 files changed, 20 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. diff --git a/Master/tlpkg/tlpsrc/collection-binextra.tlpsrc b/Master/tlpkg/tlpsrc/collection-binextra.tlpsrc index 2e6b52f0aca..4e7d47b69b5 100644 --- a/Master/tlpkg/tlpsrc/collection-binextra.tlpsrc +++ b/Master/tlpkg/tlpsrc/collection-binextra.tlpsrc @@ -35,4 +35,5 @@ depend mkjobtexmf depend pdfcrop depend synctex depend texcount +depend texloganalyser depend xindy diff --git a/Master/tlpkg/tlpsrc/texloganalyser.tlpsrc b/Master/tlpkg/tlpsrc/texloganalyser.tlpsrc new file mode 100644 index 00000000000..bbcfb232d1b --- /dev/null +++ b/Master/tlpkg/tlpsrc/texloganalyser.tlpsrc @@ -0,0 +1,2 @@ +name texloganalyser +category Package |