summaryrefslogtreecommitdiff
path: root/Master/tlpkg/libexec/ctan2tds
diff options
context:
space:
mode:
Diffstat (limited to 'Master/tlpkg/libexec/ctan2tds')
-rwxr-xr-xMaster/tlpkg/libexec/ctan2tds7
1 files changed, 5 insertions, 2 deletions
diff --git a/Master/tlpkg/libexec/ctan2tds b/Master/tlpkg/libexec/ctan2tds
index a7fe2e0257f..c3095cc14da 100755
--- a/Master/tlpkg/libexec/ctan2tds
+++ b/Master/tlpkg/libexec/ctan2tds
@@ -2348,6 +2348,7 @@ $standardxmt='\.xmt';
# packages which have info files to install.
%specialinfos = (
+ #'eplain' => '\.info', # fix to be used for tds
'latex2e-help-texinfo' => '\.info',
'latex2e-help-texinfo-spanish' => '\.info',
'latex2man' => '\.info',
@@ -2363,6 +2364,7 @@ $standardxmt='\.xmt';
'bundledoc' => '\.1$',
'ctanify' => '\.1$',
'dosepsbin' => 'dosepsbin.man',
+ #'eplain' => '\.1$', # fix to be used for tds
'epstopdf' => 'r?epstopdf.1|epstopdf.man1.pdf', # don't keep pdf
'findhyph' => 'findhyph.1',
'fontools' => '\.1$',
@@ -4982,12 +4984,13 @@ sub POSTdehyph_exptl {
}
sub POSTeplain {
- print "POST$package - mv README, eplain.info\n";
- &SYSTEM ("$MV doc/eplain/eplain/README doc/eplain/README.TOP");
+ print "POST$package - eplain.info, man\n";
my $infodir = "$TOPDEST/texmf/doc/info/";
&xmkdir ($infodir);
&SYSTEM ("$MV doc/eplain/doc/eplain.info $infodir/");
+
+ &POST_do_man ("doc/$package/doc");
}
sub POSTepspdf {