summaryrefslogtreecommitdiff
path: root/Master/tlpkg
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2018-09-08 21:41:40 +0000
committerKarl Berry <karl@freefriends.org>2018-09-08 21:41:40 +0000
commit80b28c052dd903d1c5c60a1faafd530bec8f5e45 (patch)
treeabfbd5f51a0c77909ccb703f62dfbbeed6f05654 /Master/tlpkg
parent3c44afcf87fb8597bb6da350f1777c8bf5b14517 (diff)
thumbpdf (8sep18)
git-svn-id: svn://tug.org/texlive/trunk@48625 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/tlpkg')
-rwxr-xr-xMaster/tlpkg/libexec/ctan2tds13
1 files changed, 7 insertions, 6 deletions
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.
#