From 80b28c052dd903d1c5c60a1faafd530bec8f5e45 Mon Sep 17 00:00:00 2001 From: Karl Berry Date: Sat, 8 Sep 2018 21:41:40 +0000 Subject: thumbpdf (8sep18) git-svn-id: svn://tug.org/texlive/trunk@48625 c570f23f-e606-0410-a88d-b1316a301751 --- Master/tlpkg/libexec/ctan2tds | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) (limited to 'Master/tlpkg') diff --git a/Master/tlpkg/libexec/ctan2tds b/Master/tlpkg/libexec/ctan2tds index 9735d405a2d..85476c468ea 100755 --- a/Master/tlpkg/libexec/ctan2tds +++ b/Master/tlpkg/libexec/ctan2tds @@ -1412,7 +1412,7 @@ chomp ($Build = `cd $Master/../Build/source && pwd`); 'pgfornament' => '&POSTpgfornament', 'pgfplots' => '&POSTpgfplots', 'pict2e' => '&POSTpict2e', - 'platex' => '&POSTplatex', + 'platex' => '&POST_preserve_man', 'pmx' => '&POSTpmx', 'pmxchords' => '&POST_do_man', 'prerex' => '&POSTprerex', @@ -1431,6 +1431,7 @@ chomp ($Build = `cd $Master/../Build/source && pwd`); 'texdoc' => '&POSTtexdoc', 'texdraw' => '&POSTtexdraw', 'tex-ps' => '&POSTtex_ps', + 'thumbpdf' => '&POST_preserve_man', 'tikz-cd' => '&POSTtikz_cd', 'tipa-de' => '&POST_rmsymlink', 'tudscr' => '&POSTtudscr', @@ -6334,11 +6335,6 @@ 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"); @@ -6514,6 +6510,11 @@ sub POST_otherformat { &SYSTEM ("$MV $DEST/tex/$package/$package/* $DEST/tex/$package/"); } +sub POST_preserve_man { + print "POST$package - preserve man pages\n"; + &preserve_man_pages ($package); +} + # Move .1 and .5 files from source dir to man dir (if needed), and make # our pdfs from them. # -- cgit v1.2.3