From ff4953211a58d1ea4d5c7dfffbc0051f9f280543 Mon Sep 17 00:00:00 2001 From: Karl Berry Date: Thu, 23 Apr 2020 22:25:52 +0000 Subject: use pkfix-helper.pdf from dist as .man1.pdf git-svn-id: svn://tug.org/texlive/trunk@54855 c570f23f-e606-0410-a88d-b1316a301751 --- .../texmf-dist/doc/man/man1/pkfix-helper.man1.pdf | Bin 49370 -> 70727 bytes Master/tlpkg/libexec/ctan2tds | 11 +++++++++-- 2 files changed, 9 insertions(+), 2 deletions(-) diff --git a/Master/texmf-dist/doc/man/man1/pkfix-helper.man1.pdf b/Master/texmf-dist/doc/man/man1/pkfix-helper.man1.pdf index 84eb009162e..8c184410ee0 100644 Binary files a/Master/texmf-dist/doc/man/man1/pkfix-helper.man1.pdf and b/Master/texmf-dist/doc/man/man1/pkfix-helper.man1.pdf differ diff --git a/Master/tlpkg/libexec/ctan2tds b/Master/tlpkg/libexec/ctan2tds index 477e63eed2d..1e9b49fd1d2 100755 --- a/Master/tlpkg/libexec/ctan2tds +++ b/Master/tlpkg/libexec/ctan2tds @@ -1556,6 +1556,7 @@ chomp (my $ctan_root = `tlpkginfo --ctan-root`); 'pgfornament' => '&POSTpgfornament', 'pgfplots' => '&POSTpgfplots', 'pict2e' => '&POSTpict2e', + 'pkfix-helper' => '&POSTpkfix_helper', 'platex' => '&POST_preserve_man', 'pmx' => '&POSTpmx', 'pmxchords' => '&POST_do_man', @@ -3320,7 +3321,6 @@ $standardttf = '\.ttf|\.TTC'; 'pdfbook2' => '\.1$', 'pdfjam' => '\.1$', 'pdfxup' => '\.1$', - 'pkfix-helper' => 'pkfix-helper.1', 'pmx' => '\.1$', 'purifyeps' => 'purifyeps.1', 'rubik' => '\.1$', @@ -3372,7 +3372,6 @@ $standardclean = '\.head|\.tmp|\.dvi|\.log|\.out|\.aux|\.toc|\.lof|\.lot' '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 @@ sub POSTpict2e { &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"); -- cgit v1.2.3