texlive[48050] Master/tlpkg/libexec/ctan2tds: add ketcindy import

commits+preining at tug.org commits+preining at tug.org
Tue Jun 19 02:45:26 CEST 2018


Revision: 48050
          http://tug.org/svn/texlive?view=revision&revision=48050
Author:   preining
Date:     2018-06-19 02:45:26 +0200 (Tue, 19 Jun 2018)
Log Message:
-----------
add ketcindy import routine

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

Modified: trunk/Master/tlpkg/libexec/ctan2tds
===================================================================
--- trunk/Master/tlpkg/libexec/ctan2tds	2018-06-19 00:24:02 UTC (rev 48049)
+++ trunk/Master/tlpkg/libexec/ctan2tds	2018-06-19 00:45:26 UTC (rev 48050)
@@ -593,6 +593,7 @@
  'kdgcoursetext',       "die 'skipping, confused/nonfree license'",
  'kelly',       "die 'skipping, obsoleted by cbgreek?'",
  'kerkis',      "&MAKEflatten",
+ 'ketcindy',    "&MAKEketcindy",
  'keyreader',   "&MAKEmv_doctex",
  'keys3',       "die 'skipping, merged into expl3'",
  'knitting',    "&MAKEflatten",
@@ -5127,6 +5128,13 @@
  &SYSTEM("$MV base/* $desttex");
 }
 
+sub MAKEketcindy {
+  &xchdir ($packagedir);
+  &SYSTEM ("bash tl-integration/export-to-texmf.sh");
+  &SYSTEM ("mv ketcindy/* . && rmdir ketcindy");
+  &xchdir ("..");
+  &MAKEcopy ();
+}
 
 # this doesn't work.
 sub MAKEbeebe {



More information about the tex-live-commits mailing list