summaryrefslogtreecommitdiff
path: root/Master/tlpkg/libexec
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2018-12-12 21:34:12 +0000
committerKarl Berry <karl@freefriends.org>2018-12-12 21:34:12 +0000
commit8441f31cd34519760d11af39eed6db71dd2ca2d8 (patch)
tree8acdc517f28b299259092af68a47d649ac66d54a /Master/tlpkg/libexec
parent3d1af5cc4f2fd3dcde0d71c5bd2f4fed9377cae9 (diff)
ptex2pdf (12dec18)
git-svn-id: svn://tug.org/texlive/trunk@49396 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/tlpkg/libexec')
-rwxr-xr-xMaster/tlpkg/libexec/ctan2tds9
1 files changed, 9 insertions, 0 deletions
diff --git a/Master/tlpkg/libexec/ctan2tds b/Master/tlpkg/libexec/ctan2tds
index 49b168efebd..ddb32168e86 100755
--- a/Master/tlpkg/libexec/ctan2tds
+++ b/Master/tlpkg/libexec/ctan2tds
@@ -1446,6 +1446,7 @@ chomp ($Build = `cd $Master/../Build/source && pwd`);
'pst-cox' => '&POSTpstcox',
'pst-geo' => '&POSTpstgeo',
'ptex-fontmaps' => '&POSTptex_fontmaps',
+ 'ptex2pdf' => '&POSTptex2pdf',
'pxbase' => '&POSTpxbase',
'pxchfon' => '&POSTpxchfon',
'recipebook' => '&POST_rmsymlink',
@@ -6138,6 +6139,14 @@ sub POSTptex_fontmaps {
&SYSTEM ("$MV database $fmiscdest/$package");
}
+sub POSTptex2pdf {
+ print "POST$package - preserve tlpostcode/ptex2pdf-tlpost.pl\n";
+ my $dirpath = "tlpkg/tlpostcode";
+ my $dest = "$TOPDEST/$dirpath";
+ &xmkdir ($dest);
+ &SYSTEM ("$CP $Master/$dirpath/ptex2pdf-tlpost.pl $dest/");
+}
+
sub POSTknitting {
print "POST$package - move generic .tex file\n";
my $dest = "$DEST/tex/plain/$package";