texlive[64873] Master/tlpkg/libexec/ctan2tds: latexindex (30oct22)

commits+karl at tug.org commits+karl at tug.org
Sun Oct 30 21:54:15 CET 2022


Revision: 64873
          http://tug.org/svn/texlive?view=revision&revision=64873
Author:   karl
Date:     2022-10-30 21:54:15 +0100 (Sun, 30 Oct 2022)
Log Message:
-----------
latexindex (30oct22)

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

Modified: trunk/Master/tlpkg/libexec/ctan2tds
===================================================================
--- trunk/Master/tlpkg/libexec/ctan2tds	2022-10-30 20:47:29 UTC (rev 64872)
+++ trunk/Master/tlpkg/libexec/ctan2tds	2022-10-30 20:54:15 UTC (rev 64873)
@@ -1706,6 +1706,7 @@
  'latex-base-dev'       => '&POSTlatex_base_dev',
  'latex-git-log'	=> 'change to use pod2man',
  'latex2e-help-texinfo' => '&POSTlatex2e_help_texinfo',
+ 'latexindent'		=> '&POSTlatexindent',
  'lhcyr'                => '&POSTlhcyr',
  'light-latex-make'	=> '&tl_man_to_pdf',
  'lilyglyphs'           => '&POSTlilyglyphs',
@@ -4547,7 +4548,7 @@
 
         } elsif ($s eq "latexindent.pl") {
           # provided .exe (made with par::packer)
-          &SYSTEM ("$MV latexindent.exe $platdir/");
+          &SYSTEM ("$MV bin/windows/latexindent.exe $platdir/");
           next; # no wrapper
 
         } elsif ($s eq "lua2dox_filter") { # package lua2dox
@@ -6986,6 +6987,11 @@
   &SYSTEM ("$RM -rf spanish");
 }
 
+sub POSTlatexindent {
+  print "POST$package - remove binaries\n";
+  &SYSTEM ("$RM -r bin");
+}
+
 sub POSTlhcyr {
   print "POST$package - move to source, avoid dups\n";
   &xchdir ("$DEST/tex/latex/$package");



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