diff options
author | Norbert Preining <preining@logic.at> | 2014-04-25 02:07:35 +0000 |
---|---|---|
committer | Norbert Preining <preining@logic.at> | 2014-04-25 02:07:35 +0000 |
commit | 33dbf175d3b1869fefaf01cb69d8b70003b832b4 (patch) | |
tree | 7b13d6de7a8cd281326f20530251b03e70ce6599 /Master/tlpkg | |
parent | cb04803bb9a11a6d804c9d1ec4eca42999aa3635 (diff) |
fix lollipop installation routine ctan2tds
git-svn-id: svn://tug.org/texlive/trunk@33677 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/tlpkg')
-rwxr-xr-x | Master/tlpkg/libexec/ctan2tds | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Master/tlpkg/libexec/ctan2tds b/Master/tlpkg/libexec/ctan2tds index 8f420420a93..0534f82dcd3 100755 --- a/Master/tlpkg/libexec/ctan2tds +++ b/Master/tlpkg/libexec/ctan2tds @@ -1475,7 +1475,7 @@ $standardtex='\.(.bx|cfg|sty|clo|ldf|cls|def|fd|cmap|4ht)$'; 'listbib', 'listbib.tex|' . $standardtex, 'listings-ext','\.sty', # not .cfg 'logic', 'milstd\.tex|' . $standardtex, - 'lollipop', '\.ini|lollipop-.*tex', + 'lollipop', '\.ini|lollipop-.*tex|lollipop.tex', 'ltxkeys', '\.sty|\.clo|\.ldf|\.cls|\.def|\.fd$', # not cfg 'lua-check-hyphen', '\.lua|' . $standardtex, 'lua-visual-debug', '\.lua|' . $standardtex, |