summaryrefslogtreecommitdiff
path: root/Master/tlpkg/libexec/ctan2tds
diff options
context:
space:
mode:
Diffstat (limited to 'Master/tlpkg/libexec/ctan2tds')
-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";