diff options
author | Karl Berry <karl@freefriends.org> | 2017-10-09 22:07:51 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2017-10-09 22:07:51 +0000 |
commit | ab470e9d889b5624187d9c30bb9ff093348039de (patch) | |
tree | 8ad791ed60d32b3f970da0069ffa5fe45232e21e /Master/tlpkg | |
parent | 46088a3268571a362dd9a36835c27eb3c4cfe42a (diff) |
isopt (9oct17)
git-svn-id: svn://tug.org/texlive/trunk@45509 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-latexextra.tlpsrc | 1 | ||||
-rw-r--r-- | Master/tlpkg/tlpsrc/isopt.tlpsrc | 0 |
4 files changed, 3 insertions, 1 deletions
diff --git a/Master/tlpkg/bin/tlpkg-ctan-check b/Master/tlpkg/bin/tlpkg-ctan-check index a68b55bb573..b63cd84b8c6 100755 --- a/Master/tlpkg/bin/tlpkg-ctan-check +++ b/Master/tlpkg/bin/tlpkg-ctan-check @@ -335,7 +335,7 @@ my @TLP_working = qw( intro-scientific inversepath invoice invoice2 ionumbers iopart-num ipaex ipaex-type1 iscram iso - iso10303 isodate isodoc isomath isonums isorot isotope + iso10303 isodate isodoc isomath isonums isopt isorot isotope issuulinks istgame itnumpar iwhdp iwona jablantile jacow jamtimes japanese-otf japanese-otf-uptex jfmutil diff --git a/Master/tlpkg/libexec/ctan2tds b/Master/tlpkg/libexec/ctan2tds index 38e0fc7ac4d..524f09a9950 100755 --- a/Master/tlpkg/libexec/ctan2tds +++ b/Master/tlpkg/libexec/ctan2tds @@ -557,6 +557,7 @@ chomp ($Build = `cd $Master/../Build/source && pwd`); 'invoice', "&MAKEflatten", 'ipa', "die 'skipping, part of wsuipa'", 'ipaex-type1', "&MAKEflatten", + 'isopt', "&MAKEflatten", 'isostds', "die 'skipping, use iso or iso10303'", 'itrans', "die 'skipping, no longer maintained (maybe you want xetex-itrans?), too complex'", 'itrans-processor', "die 'skipping, no longer maintained, too complex'", diff --git a/Master/tlpkg/tlpsrc/collection-latexextra.tlpsrc b/Master/tlpkg/tlpsrc/collection-latexextra.tlpsrc index 64cc6acadda..b72fb989dd5 100644 --- a/Master/tlpkg/tlpsrc/collection-latexextra.tlpsrc +++ b/Master/tlpkg/tlpsrc/collection-latexextra.tlpsrc @@ -549,6 +549,7 @@ depend iso10303 depend isodate depend isodoc depend isonums +depend isopt depend isorot depend isotope depend issuulinks diff --git a/Master/tlpkg/tlpsrc/isopt.tlpsrc b/Master/tlpkg/tlpsrc/isopt.tlpsrc new file mode 100644 index 00000000000..e69de29bb2d --- /dev/null +++ b/Master/tlpkg/tlpsrc/isopt.tlpsrc |