From 648b9c886c9cd688df10364c82b839b1859aaeeb Mon Sep 17 00:00:00 2001 From: Karl Berry Date: Sun, 8 Mar 2009 01:43:39 +0000 Subject: prepare for epspdf.info git-svn-id: svn://tug.org/texlive/trunk@12335 c570f23f-e606-0410-a88d-b1316a301751 --- Master/tlpkg/bin/check-tlnet-consistency | 2 +- Master/tlpkg/bin/tl-update-txi | 30 +++++++++--------------------- 2 files changed, 10 insertions(+), 22 deletions(-) (limited to 'Master') diff --git a/Master/tlpkg/bin/check-tlnet-consistency b/Master/tlpkg/bin/check-tlnet-consistency index bc7701a19d4..07ce83c08c1 100755 --- a/Master/tlpkg/bin/check-tlnet-consistency +++ b/Master/tlpkg/bin/check-tlnet-consistency @@ -191,7 +191,7 @@ sub main } } if (@sizeerror) { - print "packages with wront container size/md5s:\n"; + print "packages with wrong container size/md5s:\n"; for my $p (@sizeerror) { print "$p\n"; } diff --git a/Master/tlpkg/bin/tl-update-txi b/Master/tlpkg/bin/tl-update-txi index 229b042d31d..ff05d7d5aeb 100755 --- a/Master/tlpkg/bin/tl-update-txi +++ b/Master/tlpkg/bin/tl-update-txi @@ -44,6 +44,14 @@ do_dvips() { fi } +# +do_epspdf() { + mypkg=epspdf + cd $Master/texmf-dist/doc/support/$mypkg || exit 1 + makeinfo --no-split $mypkg.info + mvcp-if-change $mypkg.info $infodir/ +} + # do_kpathsea() { mypkg=kpathsea @@ -53,25 +61,6 @@ do_kpathsea() { $texipdf $mypkg.texi && mv -v $mypkg.pdf $docdir/$mypkg/ } -# -# Uniquely, no .info files in the distribution. -do_texinfo() { - mypkg=texinfo - cd $xu/$mypkg/doc || exit 1 - for manual in info info-stnd texinfo; do - if test $manual = texinfo; then - src=$manual.txi - else - src=$manual.texi - fi - makeinfo --no-split $src - test $manual = texinfo && mv texinfo texinfo.info - mvcp-if-change $manual.info $infodir/ - $texihtml $src && mv -v $manual.html $docdir/$mypkg/ - $texipdf $src && mv -v $manual.pdf $docdir/$mypkg/ - done -} - # do_web2c() { mypkg=web2c @@ -83,11 +72,10 @@ do_web2c() { do_dvipng do_dvips +do_epspdf do_kpathsea -do_texinfo do_web2c exit $? -# still to add checks for: eplain, fontname. # static: tds, texdraw. -- cgit v1.2.3