diff options
Diffstat (limited to 'Master/tlpkg/bin/ctan2tds')
-rwxr-xr-x | Master/tlpkg/bin/ctan2tds | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/Master/tlpkg/bin/ctan2tds b/Master/tlpkg/bin/ctan2tds index 951786b2fa3..1d433839bd6 100755 --- a/Master/tlpkg/bin/ctan2tds +++ b/Master/tlpkg/bin/ctan2tds @@ -1256,6 +1256,7 @@ $standardocp='\.ocp'; ); $standardxmt='\.xmt'; +# packages which have executable scripts %specialscripts = ( 'a2ping' => '\.pl$', 'epstopdf' => 'epstopdf', @@ -1266,6 +1267,13 @@ $standardxmt='\.xmt'; 'vpe' => '\.pl$', ); +# too painful to install in multiple trees just now. +## packages which have man pages to install. Assume section 1 for now. +#%specialmans = ( +# 'mkjobtexmf' => 'mkjobtexmf.man', +#); + + # which suffixes to remove after building. Checked after runins and at # the end, in the doc directory. $standardclean = '\.head|\.tmp|\.dvi|\.log|\.out|\.aux|\.toc|\.lof|\.lot' |