From 0654b7aef1ec8948c0a7cc81fbaf9fc707782d44 Mon Sep 17 00:00:00 2001 From: Karl Berry Date: Wed, 6 Jun 2018 22:12:47 +0000 Subject: split texdoctk from texdoc git-svn-id: svn://tug.org/texlive/trunk@47945 c570f23f-e606-0410-a88d-b1316a301751 --- Master/tlpkg/bin/tlpkg-ctan-check | 2 +- Master/tlpkg/libexec/ctan2tds | 3 ++- Master/tlpkg/tlpsrc/collection-binextra.tlpsrc | 1 + Master/tlpkg/tlpsrc/texdoctk.tlpsrc | 11 +++++++++++ 4 files changed, 15 insertions(+), 2 deletions(-) create mode 100644 Master/tlpkg/tlpsrc/texdoctk.tlpsrc diff --git a/Master/tlpkg/bin/tlpkg-ctan-check b/Master/tlpkg/bin/tlpkg-ctan-check index 2569366e0d5..246bfea7ecd 100755 --- a/Master/tlpkg/bin/tlpkg-ctan-check +++ b/Master/tlpkg/bin/tlpkg-ctan-check @@ -806,7 +806,7 @@ my @TLP_no_check = ( "tex", # binary "tex4ht", # binary "texconfig", # we maintain - "texdoc", # binary + "texdoctk", # maintained here "texinfo", # tl-update-auto "texlive.infra", # binary "texsis", # too old to worry about diff --git a/Master/tlpkg/libexec/ctan2tds b/Master/tlpkg/libexec/ctan2tds index 1896b5a2603..07cc03ac3cb 100755 --- a/Master/tlpkg/libexec/ctan2tds +++ b/Master/tlpkg/libexec/ctan2tds @@ -1103,7 +1103,8 @@ chomp ($Build = `cd $Master/../Build/source && pwd`); 'tex-gpc', "die 'skipping, alternate implementation'", 'tex-gyre', "&MAKEcopy", 'tex-gyre-math', "&MAKEflatten", -# 'tex-refs', "die 'skipping, not ready, sorry'", +# 'tex-refs', "die 'skipping, no longer maintained'", + 'texdoctk', "die 'skipping, moribund, only in tl'", 'texdraw', "&MAKEflatten", 'texemplar', "die 'skipping, await request, 199x'", 'texlipse', "die 'skipping, plugin for Eclipse'", diff --git a/Master/tlpkg/tlpsrc/collection-binextra.tlpsrc b/Master/tlpkg/tlpsrc/collection-binextra.tlpsrc index 1b0da9dee60..5a0e108d016 100644 --- a/Master/tlpkg/tlpsrc/collection-binextra.tlpsrc +++ b/Master/tlpkg/tlpsrc/collection-binextra.tlpsrc @@ -79,6 +79,7 @@ depend texdef depend texdiff depend texdirflatten depend texdoc +depend texdoctk depend texfot depend texliveonfly depend texloganalyser diff --git a/Master/tlpkg/tlpsrc/texdoctk.tlpsrc b/Master/tlpkg/tlpsrc/texdoctk.tlpsrc new file mode 100644 index 00000000000..bb2d19667f3 --- /dev/null +++ b/Master/tlpkg/tlpsrc/texdoctk.tlpsrc @@ -0,0 +1,11 @@ +category TLCore +depend kpathsea +postaction shortcut type=menu name="TeXdoc GUI" \ + cmd="TEXDIR/bin/win32/texdoctk.exe" +# +runpattern f texmf-dist/scripts/texdoctk/texdoctk.pl +runpattern f texmf-dist/texdoctk/* +# +docpattern f texmf-dist/doc/man/man1/texdoctk.* +# +binpattern f bin/${ARCH}/texdoctk -- cgit v1.2.3