texlive[54855] Master: use pkfix-helper.pdf from dist as .man1.pdf

commits+karl at tug.org commits+karl at tug.org
Fri Apr 24 00:25:53 CEST 2020


Revision: 54855
          http://tug.org/svn/texlive?view=revision&revision=54855
Author:   karl
Date:     2020-04-24 00:25:52 +0200 (Fri, 24 Apr 2020)
Log Message:
-----------
use pkfix-helper.pdf from dist as .man1.pdf

Modified Paths:
--------------
    trunk/Master/texmf-dist/doc/man/man1/pkfix-helper.man1.pdf
    trunk/Master/tlpkg/libexec/ctan2tds

Modified: trunk/Master/texmf-dist/doc/man/man1/pkfix-helper.man1.pdf
===================================================================
(Binary files differ)

Modified: trunk/Master/tlpkg/libexec/ctan2tds
===================================================================
--- trunk/Master/tlpkg/libexec/ctan2tds	2020-04-23 21:07:11 UTC (rev 54854)
+++ trunk/Master/tlpkg/libexec/ctan2tds	2020-04-23 22:25:52 UTC (rev 54855)
@@ -1556,6 +1556,7 @@
  'pgfornament'		=> '&POSTpgfornament',
  'pgfplots'             => '&POSTpgfplots',
  'pict2e'               => '&POSTpict2e',
+ 'pkfix-helper'         => '&POSTpkfix_helper',
  'platex'               => '&POST_preserve_man',
  'pmx'                  => '&POSTpmx',
  'pmxchords'            => '&POST_do_man',
@@ -3320,7 +3321,6 @@
  'pdfbook2'             => '\.1$',
  'pdfjam'               => '\.1$',
  'pdfxup'               => '\.1$',
- 'pkfix-helper'         => 'pkfix-helper.1',
  'pmx'                  => '\.1$',
  'purifyeps'            => 'purifyeps.1',
  'rubik'		=> '\.1$',
@@ -3372,7 +3372,6 @@
  'mandi'	=> $standardclean . '|\.(lol|tcbtemp|tdo)$',# remakes doc
  'mathexam'     => 'sample.tex~',
  'musixtnt'	=> 'msxlint(.exe)?$',    		# extra binaries
- 'pkfix-helper' => 'pkfix-helper.pdf',
  'placeat'      => $standardclean . '|README\.$',
  'psnfss'	=> $standardclean . '|8r\.enc$',	# already in dvips
  'purifyeps'    => 'purifyeps.pdf',
@@ -6717,6 +6716,14 @@
   &SYSTEM ("$MV $texdir/pict2e-example.cfg $texdir/pict2e.cfg");
 }
 
+sub POSTpkfix_helper {
+  print "POST$package - preserve/rename man page\n";
+  my $mandest = "$TOPDEST/texmf-dist/doc/man/man1";  
+  &xmkdir ($mandest);
+  &SYSTEM ("$MV pkfix-helper.1 $mandest/pkfix-helper.1");
+  &SYSTEM ("$MV pkfix-helper.pdf $mandest/pkfix-helper.man1.pdf");
+}
+
 sub POSTpmx {
   print "POST$package - preserve binaries\n";
   &POST_preserve_bin ("scor2prt", "pmxab");



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