diff options
author | Karl Berry <karl@freefriends.org> | 2015-05-03 18:06:32 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2015-05-03 18:06:32 +0000 |
commit | 0852f1037ffa19d3c26e5a998461d4bf125bcf5f (patch) | |
tree | e6697452ae3dd9dadb35acb8c800e74fe2788ce2 /Master/tlpkg/bin | |
parent | 02519d98fa65eb6787dd394b2c438155b16d55be (diff) |
tl-update-txi for 2015
git-svn-id: svn://tug.org/texlive/trunk@37166 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/tlpkg/bin')
-rwxr-xr-x | Master/tlpkg/bin/tl-update-txi | 18 |
1 files changed, 1 insertions, 17 deletions
diff --git a/Master/tlpkg/bin/tl-update-txi b/Master/tlpkg/bin/tl-update-txi index b3002c15e3b..f4dcb9a2714 100755 --- a/Master/tlpkg/bin/tl-update-txi +++ b/Master/tlpkg/bin/tl-update-txi @@ -48,13 +48,6 @@ do_dvips() { } # -do_fontname() { - mypkg=fontname - cd $CTAN/info/fontname - MV=cp mvcp-if-change $mypkg.info $infodir/ -} - -# do_kpathsea() { mypkg=kpathsea cd $xk/$mypkg/doc || exit 1 @@ -64,14 +57,6 @@ do_kpathsea() { } # -do_mf2pt1() { - mypkg=mf2pt1 - cd $Master/texmf-dist/doc/support/$mypkg - makeinfo --no-split $mypkg.texi - mvcp-if-change $mypkg.info $infodir/ -} - -# do_tlbuild() { mypkg=tlbuild cd $Build/source/doc || exit 1 @@ -91,7 +76,6 @@ do_web2c() { do_dvipng do_dvips -do_fontname do_kpathsea do_tlbuild do_web2c @@ -99,4 +83,4 @@ exit $? # static: tds texdraw. # done as part of package update: -# asy eplain epspdf latex2e[-es] latex2man mf2pt1. +# asy[mptote] eplain fontname epspdf latex2e[-es] latex2man mf2pt1. |