diff options
Diffstat (limited to 'Master/tlpkg/libexec/ctan2tds')
-rwxr-xr-x | Master/tlpkg/libexec/ctan2tds | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/Master/tlpkg/libexec/ctan2tds b/Master/tlpkg/libexec/ctan2tds index 162f1d93b66..be2dc81ef32 100755 --- a/Master/tlpkg/libexec/ctan2tds +++ b/Master/tlpkg/libexec/ctan2tds @@ -1395,6 +1395,7 @@ chomp ($Build = `cd $Master/../Build/source && pwd`); 'pgfornament' => '&POSTpgfornament', 'pgfplots' => '&POSTpgfplots', 'pict2e' => '&POSTpict2e', + 'platex' => '&POSTplatex', 'pmx' => '&POSTpmx', 'pmxchords' => '&POST_do_man', 'prerex' => '&POSTprerex', @@ -6293,6 +6294,11 @@ sub POSTpict2e { &SYSTEM ("$MV $texdir/pict2e-example.cfg $texdir/pict2e.cfg"); } +sub POSTplatex { + print "POST$package - preserve man pages\n"; + &preserve_man_pages ($package); +} + sub POSTpmx { print "POST$package - preserve binaries\n"; &POST_preserve_bin ("scor2prt", "pmxab"); |