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 | |
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')
-rwxr-xr-x | Master/tlpkg/bin/tl-update-txi | 18 | ||||
-rw-r--r-- | Master/tlpkg/doc/releng.txt | 2 |
2 files changed, 2 insertions, 18 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. diff --git a/Master/tlpkg/doc/releng.txt b/Master/tlpkg/doc/releng.txt index bbd5054505a..43151605a33 100644 --- a/Master/tlpkg/doc/releng.txt +++ b/Master/tlpkg/doc/releng.txt @@ -79,7 +79,7 @@ M. As work proceeds, update the doc: Remake updmap,fmtutil man pages with help2man (and reread and update Master): make -C Build/source/Work/texk/texlive/tl_scripts xupdmap.1 Texinfo manuals from Build to Master: - tl-update-txi + tl-update-txi # then commit in texmf-dist/doc Man pages from Build to Master (after doing a build): tl-update-man # then run make in texmf/doc/man # and check /tmp/so.rules against man1/Makefile |