summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2020-04-23 22:25:52 +0000
committerKarl Berry <karl@freefriends.org>2020-04-23 22:25:52 +0000
commitff4953211a58d1ea4d5c7dfffbc0051f9f280543 (patch)
treee068c5221753ed370e7970ff0dbac616e3f0b2c1
parent67f25ec6dfacabce017b4dfb236adcbd7dfee1d7 (diff)
use pkfix-helper.pdf from dist as .man1.pdf
git-svn-id: svn://tug.org/texlive/trunk@54855 c570f23f-e606-0410-a88d-b1316a301751
-rw-r--r--Master/texmf-dist/doc/man/man1/pkfix-helper.man1.pdfbin49370 -> 70727 bytes
-rwxr-xr-xMaster/tlpkg/libexec/ctan2tds11
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
--- a/Master/texmf-dist/doc/man/man1/pkfix-helper.man1.pdf
+++ b/Master/texmf-dist/doc/man/man1/pkfix-helper.man1.pdf
Binary files 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");