summaryrefslogtreecommitdiff
path: root/Master/tlpkg/libexec/ctan2tds
diff options
context:
space:
mode:
Diffstat (limited to 'Master/tlpkg/libexec/ctan2tds')
-rwxr-xr-xMaster/tlpkg/libexec/ctan2tds11
1 files changed, 10 insertions, 1 deletions
diff --git a/Master/tlpkg/libexec/ctan2tds b/Master/tlpkg/libexec/ctan2tds
index 8cd85ac55b4..e79db74b2d0 100755
--- a/Master/tlpkg/libexec/ctan2tds
+++ b/Master/tlpkg/libexec/ctan2tds
@@ -349,7 +349,6 @@ chomp ($Build = `cd $Master/../Build/source && pwd`);
'dtxtut', "&setup", # straight copy
'duplicat', "die 'skipping, use piff'",
'dutchcal', "&MAKEcopy",
- 'e-french', "&MAKEflatten",
'easy', "&MAKEeasy",
'easylatex', "die 'skipping, complicated perl modules, sorry'",
'ean13isbn', "&MAKEcopy",
@@ -1211,6 +1210,7 @@ chomp ($Build = `cd $Master/../Build/source && pwd`);
'dehyph-exptl' => '&POSTdehyph_exptl',
'doipubmed' => '&POSTlatex2html',
'download' => '&POST_savepdf',
+ 'e-french' => '&POSTe_french',
'encxvlna' => '&POSTencxvlna',
'enigma' => '&POSTenigma',
'eplain' => '&POSTeplain',
@@ -1305,6 +1305,7 @@ $standarddest = "texmf-dist";
'dad', 'lualatex',
'dehyph-exptl','generic',
'dratex', 'generic',
+ 'e-french', 'generic',
'edmac', 'generic',
'eijkhout', 'generic',
'enctex', 'generic',
@@ -1809,6 +1810,7 @@ $standardtex='\.(.bx|cfg|sty|clo|ldf|cls|def|fd|fontspec|cmap|4ht)$';
'doc-pictex', 'generic',
'dozenal', 'fonts',
'dratex', 'generic',
+ 'e-french', 'generic',
'eco', 'fonts',
'economic', 'bibtex',
'edmac', 'generic',
@@ -5448,6 +5450,13 @@ sub POSTdehyph_exptl {
print "POST$package - *YOU* must update tlpsrc directives, right now!\n";
}
+sub POSTe_french {
+ print "POST$package - move directories around\n";
+ &mv_with_mkdir ("french/*.ist", "$DEST/makeindex/$package");
+ &SYSTEM ("$MV french $DEST/tex/$whichformat/$package");
+ &SYSTEM ("$MV doc/* .");
+}
+
sub POSTencxvlna {
print "POST$package - .tex name conflict\n";
&SYSTEM ("$MV doc/* .");