diff options
author | Karl Berry <karl@freefriends.org> | 2011-09-21 23:50:10 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2011-09-21 23:50:10 +0000 |
commit | b86f8cc2e0150a123620c45d3021145fc5f39381 (patch) | |
tree | 624572511b025717418bc61cade546df74e756bd /Master/tlpkg | |
parent | 4f45e76895cf001fdff36c7c0d63b096986f4965 (diff) |
new (old) script ctanify (aug09)
git-svn-id: svn://tug.org/texlive/trunk@24061 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/tlpkg')
-rwxr-xr-x | Master/tlpkg/libexec/ctan2tds | 2 | ||||
-rw-r--r-- | Master/tlpkg/tlpsrc/collection-binextra.tlpsrc | 1 | ||||
-rw-r--r-- | Master/tlpkg/tlpsrc/ctanify.tlpsrc | 2 |
3 files changed, 5 insertions, 0 deletions
diff --git a/Master/tlpkg/libexec/ctan2tds b/Master/tlpkg/libexec/ctan2tds index 7b5db9777fc..e8da2089e88 100755 --- a/Master/tlpkg/libexec/ctan2tds +++ b/Master/tlpkg/libexec/ctan2tds @@ -1984,6 +1984,7 @@ $standardxmt='\.xmt'; 'authorindex' => 'authorindex$', 'bibexport' => 'bibexport\.sh$', 'bundledoc' => '(arlatex|bundledoc)$', + 'ctanify' => '^ctanify$', 'ctanupload' => '\.pl$', 'de-macro' => 'de-macro', 'dviasm' => '\.py$', @@ -2033,6 +2034,7 @@ $standardxmt='\.xmt'; # packages which have man pages to install. %specialmans = ( 'bundledoc' => '\.1$', + 'ctanify' => '\.1$', 'epstopdf' => 'epstopdf.1|epstopdf.man1.pdf', 'findhyph' => 'findhyph.1', 'latexdiff' => '\.1$', diff --git a/Master/tlpkg/tlpsrc/collection-binextra.tlpsrc b/Master/tlpkg/tlpsrc/collection-binextra.tlpsrc index 91fb59a5c27..bfc70651bbf 100644 --- a/Master/tlpkg/tlpsrc/collection-binextra.tlpsrc +++ b/Master/tlpkg/tlpsrc/collection-binextra.tlpsrc @@ -11,6 +11,7 @@ depend bibtex8 depend bibtexu depend bundledoc depend chktex +depend ctanify depend ctanupload depend ctie depend cweb diff --git a/Master/tlpkg/tlpsrc/ctanify.tlpsrc b/Master/tlpkg/tlpsrc/ctanify.tlpsrc new file mode 100644 index 00000000000..e18f9dbb202 --- /dev/null +++ b/Master/tlpkg/tlpsrc/ctanify.tlpsrc @@ -0,0 +1,2 @@ +docpattern +f texmf/doc/man/man1/ctanify.* +binpattern f bin/${ARCH}/ctanify |