From c5626af2b77c391bf663c660b9a0b495ab53d941 Mon Sep 17 00:00:00 2001 From: Karl Berry Date: Fri, 15 Feb 2013 00:19:38 +0000 Subject: eplain (14feb13) git-svn-id: svn://tug.org/texlive/trunk@29110 c570f23f-e606-0410-a88d-b1316a301751 --- Master/tlpkg/libexec/ctan2tds | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) (limited to 'Master/tlpkg') 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 { -- cgit v1.2.3