diff options
author | Karl Berry <karl@freefriends.org> | 2021-04-19 21:25:21 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2021-04-19 21:25:21 +0000 |
commit | 3125499a8c2b497b0f964e23c53d9c9fe3fe4e58 (patch) | |
tree | 1618fa57d975d6d12cde15c8b1190c09061d033c /Master/tlpkg | |
parent | f5f0b7d1217bc7ab099302a505fffcac39d41006 (diff) |
optex its own format, so directly under tex/ and doc/
git-svn-id: svn://tug.org/texlive/trunk@58918 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/tlpkg')
-rwxr-xr-x | Master/tlpkg/libexec/ctan2tds | 10 |
1 files changed, 4 insertions, 6 deletions
diff --git a/Master/tlpkg/libexec/ctan2tds b/Master/tlpkg/libexec/ctan2tds index ffb5406f230..15ded6a1b10 100755 --- a/Master/tlpkg/libexec/ctan2tds +++ b/Master/tlpkg/libexec/ctan2tds @@ -1753,7 +1753,6 @@ $standarddest = "texmf-dist"; 'ocherokee', 'lambda', 'ofs', 'generic', 'oinuit', 'lambda', - 'optex', 'luatex', 'outerhbox', 'generic', 'passivetex', 'xmltex', 'pdcmac', 'plain', @@ -2473,7 +2472,6 @@ $standardtex 'ofs', 'generic', 'oinuit', 'fonts', 'oldlatin', 'fonts', - 'optex', 'luatex', 'orkhun', 'fonts', 'ot2cyr', 'fonts', 'pacioli', 'fonts', @@ -6865,10 +6863,10 @@ sub POSTnwejm { &SYSTEM ("$MV images $DEST/tex/latex/$package"); } -sub POSToptex { - print "POST$package - mv base demo pkg subdirs\n"; - &mv_with_mkdir ("base", "demo", "pkg", "$DEST/tex/luatex/$package"); - &SYSTEM ("$MV doc/* ."); +sub POSToptex { # its own formats, so directly under tex/ and doc/ + print "POST$package - mv base demo pkg doc subdirs\n"; + &mv_with_mkdir ("base", "demo", "pkg", "$DEST/tex/$package"); + &mv_with_mkdir ("README", "doc/*", "$DEST/doc/$package"); } sub POSTpas_vc { |