diff options
author | Karl Berry <karl@freefriends.org> | 2011-09-21 23:53:04 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2011-09-21 23:53:04 +0000 |
commit | c6249bba9d13512fb5a993a99ae95fd39f0ceced (patch) | |
tree | 94294700255544a309e883344ac3b3be6ec730be /Master/tlpkg | |
parent | b86f8cc2e0150a123620c45d3021145fc5f39381 (diff) |
new script texliveonfly (19sep11)
git-svn-id: svn://tug.org/texlive/trunk@24062 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/tlpkg')
-rwxr-xr-x | Master/tlpkg/bin/tlpkg-ctan-check | 2 | ||||
-rwxr-xr-x | Master/tlpkg/libexec/ctan2tds | 1 | ||||
-rw-r--r-- | Master/tlpkg/tlpsrc/collection-binextra.tlpsrc | 1 | ||||
-rw-r--r-- | Master/tlpkg/tlpsrc/texliveonfly.tlpsrc | 1 |
4 files changed, 4 insertions, 1 deletions
diff --git a/Master/tlpkg/bin/tlpkg-ctan-check b/Master/tlpkg/bin/tlpkg-ctan-check index e0fe228b85f..a1c82223742 100755 --- a/Master/tlpkg/bin/tlpkg-ctan-check +++ b/Master/tlpkg/bin/tlpkg-ctan-check @@ -366,7 +366,7 @@ my @TLP_working = qw( tex-ewd tex-font-errors-cheatsheet tex-gyre tex-label tex-overview texapi texcount texdef texdiff texdirflatten texilikechaps texilikecover - texloganalyser texlogos texmate texments + texliveonfly texloganalyser texlogos texmate texments texpower texshade textcase textfit textgreek textmerg textopo textpath textpos tfrupee thailatex theoremref thesis-titlepage-fhac diff --git a/Master/tlpkg/libexec/ctan2tds b/Master/tlpkg/libexec/ctan2tds index e8da2089e88..62db10f066f 100755 --- a/Master/tlpkg/libexec/ctan2tds +++ b/Master/tlpkg/libexec/ctan2tds @@ -2017,6 +2017,7 @@ $standardxmt='\.xmt'; 'texdef' => '\.pl$', 'texdiff' => 'texdiff$', 'texdirflatten' => 'texdirflatten$', + 'texliveonfly' => '\.py$', 'texloganalyser' => 'texloganalyser', 'thumbpdf' => '\.pl$', 'ulqda' => '\.pl$', diff --git a/Master/tlpkg/tlpsrc/collection-binextra.tlpsrc b/Master/tlpkg/tlpsrc/collection-binextra.tlpsrc index bfc70651bbf..c7a083fa2f3 100644 --- a/Master/tlpkg/tlpsrc/collection-binextra.tlpsrc +++ b/Master/tlpkg/tlpsrc/collection-binextra.tlpsrc @@ -52,6 +52,7 @@ depend texdef depend texdiff depend texdirflatten depend texdoc +depend texliveonfly depend texloganalyser depend texware depend tie diff --git a/Master/tlpkg/tlpsrc/texliveonfly.tlpsrc b/Master/tlpkg/tlpsrc/texliveonfly.tlpsrc new file mode 100644 index 00000000000..d8e8088eefc --- /dev/null +++ b/Master/tlpkg/tlpsrc/texliveonfly.tlpsrc @@ -0,0 +1 @@ +binpattern f bin/${ARCH}/texliveonfly |