diff options
author | Karl Berry <karl@freefriends.org> | 2016-08-20 21:38:17 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2016-08-20 21:38:17 +0000 |
commit | ded55718c96e299414c7688764a8d0d045a2fa44 (patch) | |
tree | 6ec14d7ead59848158d3ea0ff6ecc28ac68eb66d /Master/tlpkg | |
parent | acc17fa67e695ef9ab6a9eb7228cb7a1d685b94e (diff) |
listofitems (20aug16)
git-svn-id: svn://tug.org/texlive/trunk@41895 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/tlpkg')
-rwxr-xr-x | Master/tlpkg/bin/tlpkg-ctan-check | 3 | ||||
-rwxr-xr-x | Master/tlpkg/libexec/ctan2tds | 1 | ||||
-rw-r--r-- | Master/tlpkg/tlpsrc/collection-genericextra.tlpsrc | 1 | ||||
-rw-r--r-- | Master/tlpkg/tlpsrc/listofitems.tlpsrc | 0 |
4 files changed, 4 insertions, 1 deletions
diff --git a/Master/tlpkg/bin/tlpkg-ctan-check b/Master/tlpkg/bin/tlpkg-ctan-check index 126b643ba81..a04cdf499e0 100755 --- a/Master/tlpkg/bin/tlpkg-ctan-check +++ b/Master/tlpkg/bin/tlpkg-ctan-check @@ -354,7 +354,8 @@ my @TLP_working = qw( libris lilyglyphs limap linearA linegoal lineno linguex linop lipsum lisp-on-tex - listbib listing listings listings-ext listlbls listliketab listofsymbols + listbib listing listings listings-ext listlbls listliketab + listofitems listofsymbols lithuanian liturg lkproof lm lm-math lmake lobster2 locality localloc logbox logical-markup-utils logicproof logicpuzzle logpap logreq lollipop diff --git a/Master/tlpkg/libexec/ctan2tds b/Master/tlpkg/libexec/ctan2tds index 2f8784a6035..347d308be15 100755 --- a/Master/tlpkg/libexec/ctan2tds +++ b/Master/tlpkg/libexec/ctan2tds @@ -1626,6 +1626,7 @@ $standardtex = '(\.(.bx|4ht|cls|clo|cmap|code\.tex|def|fd|fontspec|ldf|sty)' 'listbib', 'listbib.tex|' . $standardtex, 'listings', '\.prf|' . $standardtex, 'listings-ext','\.sty', # not .cfg + 'listofitems', '\.listofitems.tex|' . $standardtex, 'logic', 'milstd\.tex|' . $standardtex, 'lollipop', '\.ini|lollipop\.tex|lollipop-.*tex|lollipop.tex', 'ltxkeys', '\.sty|\.clo|\.ldf|\.cls|\.def|\.fd$', # not cfg diff --git a/Master/tlpkg/tlpsrc/collection-genericextra.tlpsrc b/Master/tlpkg/tlpsrc/collection-genericextra.tlpsrc index 777dfcf28ec..99c1c7ff2e6 100644 --- a/Master/tlpkg/tlpsrc/collection-genericextra.tlpsrc +++ b/Master/tlpkg/tlpsrc/collection-genericextra.tlpsrc @@ -34,6 +34,7 @@ depend lambda-lists depend langcode depend lecturer depend librarian +depend listofitems depend mathdots depend metatex depend midnight diff --git a/Master/tlpkg/tlpsrc/listofitems.tlpsrc b/Master/tlpkg/tlpsrc/listofitems.tlpsrc new file mode 100644 index 00000000000..e69de29bb2d --- /dev/null +++ b/Master/tlpkg/tlpsrc/listofitems.tlpsrc |