diff options
author | Karl Berry <karl@freefriends.org> | 2014-05-20 17:48:27 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2014-05-20 17:48:27 +0000 |
commit | 8134709f6bd41afd6d0e810d07e6f3ec89e50310 (patch) | |
tree | 91bd78c86f4d2fc7460053ca5c31b1ec3d679e34 /Master/tlpkg | |
parent | 9965933ec3f007f4e1385724c4c3e1b131a237ee (diff) |
update our texinfo manuals
git-svn-id: svn://tug.org/texlive/trunk@34145 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/tlpkg')
-rwxr-xr-x | Master/tlpkg/bin/tl-update-txi | 15 | ||||
-rw-r--r-- | Master/tlpkg/doc/releng.txt | 1 | ||||
-rw-r--r-- | Master/tlpkg/tlpsrc/texlive-en.tlpsrc | 1 |
3 files changed, 14 insertions, 3 deletions
diff --git a/Master/tlpkg/bin/tl-update-txi b/Master/tlpkg/bin/tl-update-txi index 37e1545f1f9..0b17e361ded 100755 --- a/Master/tlpkg/bin/tl-update-txi +++ b/Master/tlpkg/bin/tl-update-txi @@ -71,6 +71,15 @@ do_mf2pt1() { } # +do_tlbuild() { + mypkg=tlbuild + cd $Build/source/doc || exit 1 + MV=cp mvcp-if-change $mypkg.info $infodir/ + $texihtml $mypkg.texi && mvcp-if-change $mypkg.html $docdir/texlive/$mypkg/ + $texipdf $mypkg.texi && mv -v $mypkg.pdf $docdir/texlive/$mypkg/ +} + +# do_web2c() { mypkg=web2c cd $xk/$mypkg/doc || exit 1 @@ -83,10 +92,10 @@ do_dvipng do_dvips do_fontname do_kpathsea -do_mf2pt1 +do_tlbuild do_web2c - exit $? # static: tds texdraw. -# done as part of package update: asy eplain epspdf latex2e[-es] latex2man. +# done as part of package update: +# asy eplain epspdf latex2e[-es] latex2man mf2pt1. diff --git a/Master/tlpkg/doc/releng.txt b/Master/tlpkg/doc/releng.txt index 394dd6fb1d8..1f603d2a8ce 100644 --- a/Master/tlpkg/doc/releng.txt +++ b/Master/tlpkg/doc/releng.txt @@ -54,6 +54,7 @@ Master/.mkisofsrc Master/release-texlive.txt Master/tlpkg/TeXLive/TLConfig.pm Master/tlpkg/bin/tl-update-tlnet +Master/tlpkg/installer/texlive.png Master/texmf-dist/web2c/texmfcnf.lua Master/texmf-dist/web2c/texmf.cnf # from Build/.../kpathsea (check other copyright years in *.pm, tlmgr*, install-tl) diff --git a/Master/tlpkg/tlpsrc/texlive-en.tlpsrc b/Master/tlpkg/tlpsrc/texlive-en.tlpsrc index e0aa563eee0..f7f1f05693d 100644 --- a/Master/tlpkg/tlpsrc/texlive-en.tlpsrc +++ b/Master/tlpkg/tlpsrc/texlive-en.tlpsrc @@ -1,2 +1,3 @@ category TLCore shortdesc TeX Live manual (English) +docpattern +d texmf-dist/doc/texlive/tlbuild |