diff options
author | Karl Berry <karl@freefriends.org> | 2020-02-12 22:27:05 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2020-02-12 22:27:05 +0000 |
commit | 775445b47908bd8ef0417e2ff0e16209cc127a5d (patch) | |
tree | 14972217c2a8795ae79b7a7320500bd04546de74 /Master/tlpkg | |
parent | f33a8f19027f814bfd8f9f85e6fa004a47901584 (diff) |
optex (12feb20)
git-svn-id: svn://tug.org/texlive/trunk@53764 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 | 4 | ||||
-rw-r--r-- | Master/tlpkg/tlpsrc/collection-luatex.tlpsrc | 1 | ||||
-rw-r--r-- | Master/tlpkg/tlpsrc/optex.tlpsrc | 1 |
4 files changed, 6 insertions, 2 deletions
diff --git a/Master/tlpkg/bin/tlpkg-ctan-check b/Master/tlpkg/bin/tlpkg-ctan-check index e98230be869..8cfd073b8f1 100755 --- a/Master/tlpkg/bin/tlpkg-ctan-check +++ b/Master/tlpkg/bin/tlpkg-ctan-check @@ -522,7 +522,7 @@ my @TLP_working = qw( ogham oinuit old-arrows oldlatin oldstandard oldstyle olsak-misc onedown onlyamsmath onrannual opcit opensans oplotsymbl - opteng optidef optional options + opteng optex optidef optional options ordinalpt orkhun oscola ot-tableau othello othelloboard oubraces outline outliner outlines outlining overlays overlock overpic pacioli padauk pagecolor pagecont padcount pagenote pagerange pageslts diff --git a/Master/tlpkg/libexec/ctan2tds b/Master/tlpkg/libexec/ctan2tds index 682734fc573..381c3b923d9 100755 --- a/Master/tlpkg/libexec/ctan2tds +++ b/Master/tlpkg/libexec/ctan2tds @@ -831,7 +831,7 @@ chomp (my $ctan_root = `tlpkginfo --ctan-root`); 'mnhyphn', "&MAKEmnhyphn", 'mnsymbol', "&MAKEflatten", 'modular', "&MAKEflatten", - 'mol2chemfig', "die 'skipping, python dependencies'", + 'mol2chemfig', "die 'skipping, python setup.py'", 'montex', "&MAKEflatten", 'morehelp', "die 'skipping, nonfree license'", 'morisawa', "&MAKEflatten", @@ -1640,6 +1640,7 @@ $standarddest = "texmf-dist"; 'ocherokee', 'lambda', 'ofs', 'generic', 'oinuit', 'lambda', + 'optex', 'luatex', 'passivetex', 'xmltex', 'pdcmac', 'plain', 'pdf-trans', 'generic', @@ -1950,6 +1951,7 @@ $standardtex 'odsfile', '\.lua|' . $standardtex, 'ofs', '^ofs\.tex|ofsdef\.tex|ofs-.*\.tex|\.sty|a.*\.tex|.*fn\.tex', 'olsak-misc', '(qrcode|scanbase|scancsv|xmlparser)\.tex', + 'optex', '\.opm|\.ini', 'pageslts', '\.sty|[^c]\.cfg', # not ltxdoc.cfg 'papermas', '\.sty|[^c]\.cfg', # not ltxdoc.cfg, would be system-wide 'passivetex', '\.xmt|' . $standardtex, diff --git a/Master/tlpkg/tlpsrc/collection-luatex.tlpsrc b/Master/tlpkg/tlpsrc/collection-luatex.tlpsrc index f0c7f07ca58..ce57e459390 100644 --- a/Master/tlpkg/tlpsrc/collection-luatex.tlpsrc +++ b/Master/tlpkg/tlpsrc/collection-luatex.tlpsrc @@ -43,6 +43,7 @@ depend luavlna depend luaxml depend nodetree depend odsfile +depend optex depend pdfarticle depend placeat depend plantuml diff --git a/Master/tlpkg/tlpsrc/optex.tlpsrc b/Master/tlpkg/tlpsrc/optex.tlpsrc new file mode 100644 index 00000000000..078e65672c6 --- /dev/null +++ b/Master/tlpkg/tlpsrc/optex.tlpsrc @@ -0,0 +1 @@ +depend luatex |