diff options
author | Karl Berry <karl@freefriends.org> | 2013-02-15 00:19:38 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2013-02-15 00:19:38 +0000 |
commit | c5626af2b77c391bf663c660b9a0b495ab53d941 (patch) | |
tree | 5dece1d9c3249e75d509524fc2145c59f759eef9 /Master/tlpkg/libexec | |
parent | a13000a8a72574b999877de3f97bee16c0980c6a (diff) |
eplain (14feb13)
git-svn-id: svn://tug.org/texlive/trunk@29110 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/tlpkg/libexec')
-rwxr-xr-x | Master/tlpkg/libexec/ctan2tds | 7 |
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 { |