texlive[58918] Master: optex its own format, so directly under tex/

commits+karl at tug.org commits+karl at tug.org
Mon Apr 19 23:25:21 CEST 2021


Revision: 58918
          http://tug.org/svn/texlive?view=revision&revision=58918
Author:   karl
Date:     2021-04-19 23:25:21 +0200 (Mon, 19 Apr 2021)
Log Message:
-----------
optex its own format, so directly under tex/ and doc/

Modified Paths:
--------------
    trunk/Master/tlpkg/libexec/ctan2tds

Added Paths:
-----------
    trunk/Master/texmf-dist/doc/optex/
    trunk/Master/texmf-dist/tex/optex/

Removed Paths:
-------------
    trunk/Master/texmf-dist/doc/luatex/optex/
    trunk/Master/texmf-dist/tex/luatex/optex/

Modified: trunk/Master/tlpkg/libexec/ctan2tds
===================================================================
--- trunk/Master/tlpkg/libexec/ctan2tds	2021-04-19 21:18:56 UTC (rev 58917)
+++ trunk/Master/tlpkg/libexec/ctan2tds	2021-04-19 21:25:21 UTC (rev 58918)
@@ -1753,7 +1753,6 @@
  'ocherokee',   'lambda',
  'ofs',         'generic',
  'oinuit',      'lambda',
- 'optex',	'luatex',
  'outerhbox',	'generic',
  'passivetex',  'xmltex',
  'pdcmac',      'plain',
@@ -2473,7 +2472,6 @@
  'ofs',                 'generic',
  'oinuit',              'fonts',
  'oldlatin',            'fonts', 
- 'optex',		'luatex',
  'orkhun',              'fonts',
  'ot2cyr',              'fonts',
  'pacioli',             'fonts',
@@ -6865,10 +6863,10 @@
   &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 {



More information about the tex-live-commits mailing list.