diff options
author | Karl Berry <karl@freefriends.org> | 2008-04-09 18:49:49 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2008-04-09 18:49:49 +0000 |
commit | fca907b74a1b4bba0630f1f91bf1cda6f9c1aa83 (patch) | |
tree | 72a91f4cf1dde50c6a4ecd521782c90859b50a40 /Master/tlpkg | |
parent | 271876384ae94c62b4c0c80d258beaf00555ef19 (diff) |
mkjobtexmf 0.6 (7apr08)
git-svn-id: svn://tug.org/texlive/trunk@7367 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/tlpkg')
-rwxr-xr-x | Master/tlpkg/bin/ctan2tds | 8 | ||||
-rwxr-xr-x | Master/tlpkg/bin/tlpkg-ctan-check | 5 | ||||
-rw-r--r-- | Master/tlpkg/tlpsrc/mkjobtexmf.tlpsrc | 2 |
3 files changed, 11 insertions, 4 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' diff --git a/Master/tlpkg/bin/tlpkg-ctan-check b/Master/tlpkg/bin/tlpkg-ctan-check index a0b4a736395..5dfbf46fd8c 100755 --- a/Master/tlpkg/bin/tlpkg-ctan-check +++ b/Master/tlpkg/bin/tlpkg-ctan-check @@ -220,7 +220,7 @@ sub main $OPT{"verbose"} = 1; - if ($ARGV[0] eq "--list-not-treated-tlp") { + if ($ARGV[0] eq "--list-not-treated") { @AllTLP = $tlpdb->list_packages; my @nottreatedtlp=(); foreach my $b (@AllTLP) { @@ -234,12 +234,11 @@ sub main exit 0; } # xx read FILES.last7days, determine CTAN changes, map to TL packages - # xx alternatively, check all tpm's + # xx alternatively, check all tlp's, etc. ... if ($ARGV[0] eq "--check") { $OPT{"verbose"} = 0; # xx but for now, just check the few packages we have worked with. - # xx don't check babel, heiko patched it. @ARGV = @WorkingTLP; } diff --git a/Master/tlpkg/tlpsrc/mkjobtexmf.tlpsrc b/Master/tlpkg/tlpsrc/mkjobtexmf.tlpsrc index 279fbe409d2..80213857944 100644 --- a/Master/tlpkg/tlpsrc/mkjobtexmf.tlpsrc +++ b/Master/tlpkg/tlpsrc/mkjobtexmf.tlpsrc @@ -1,5 +1,5 @@ name mkjobtexmf category Package -runpattern f texmf/doc/man/man1/mkjobtexmf.1 +docpattern f texmf/doc/man/man1/mkjobtexmf.1 runpattern d texmf-dist/scripts/mkjobtexmf binpattern f bin/${ARCH}/mkjobtexmf |