summaryrefslogtreecommitdiff
path: root/Master/tlpkg/libexec
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2023-01-12 21:32:05 +0000
committerKarl Berry <karl@freefriends.org>2023-01-12 21:32:05 +0000
commit3ae03fa84b4c5f2d6c824681ff415633aa9a6090 (patch)
tree2645a3f884eba8179305a515ef09a5f406400047 /Master/tlpkg/libexec
parent8cd09f6b7a0a88174680a39b86d93e854e4516e0 (diff)
embedfile (12jan23)
git-svn-id: svn://tug.org/texlive/trunk@65528 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 a66c2b68043..66b27cbe3f8 100755
--- a/Master/tlpkg/libexec/ctan2tds
+++ b/Master/tlpkg/libexec/ctan2tds
@@ -1682,6 +1682,7 @@ chomp (my $ctan_root = `tlpkginfo --ctan-root`);
'digestif' => '&POSTdigestif',
'doipubmed' => '&POSTlatex2html',
'e-french' => '&POSTe_french',
+ 'embedfile' => '&POSTembedfile',
'encxvlna' => '&POSTencxvlna',
'endofproofwd' => '&POSTendofproofwd',
'enigma' => '&POSTenigma',
@@ -3111,6 +3112,7 @@ my $core_latex = "$Master/texmf-dist/tex/latex";
'ekaia' => 'latex', # requires interaction
'ellipsis' => 'tex',
'elteikthesis' => 'latex', # requires interaction
+ 'embedfile' => 'etex',
'emisa' => 'pdflatex-preserve-pdf',
'engpron' => 'latex -translate-file=empty.tcx', # no 8-bit
'ecclesiastic' => 'latex', # requires interaction
@@ -6766,6 +6768,13 @@ sub POSTe_french {
&SYSTEM ("$MV texmf/doc/* .");
}
+sub POSTembedfile {
+ print "POST$package - one .sty generic, one latex\n";
+ # since two different destinations, handle it specially.
+ &mv_with_mkdir ("$DEST/tex/latex/$package/$package.sty",
+ "$DEST/tex/generic/$package/");
+}
+
sub POSTencxvlna {
print "POST$package - .tex name conflict\n";
&SYSTEM ("$MV doc/* .");