summaryrefslogtreecommitdiff
path: root/Master/tlpkg/doc
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2020-03-16 01:11:57 +0000
committerKarl Berry <karl@freefriends.org>2020-03-16 01:11:57 +0000
commit3ee1e05e0e3cacf71fa3d5f2f0d21314f469eb67 (patch)
treed4f8ee59a07c01586bbc99037f6280cb9b46dcfe /Master/tlpkg/doc
parent0c3432ddf8d3227837622f164d69f294fb38a0a5 (diff)
doc,sync
git-svn-id: svn://tug.org/texlive/trunk@54342 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/tlpkg/doc')
-rw-r--r--Master/tlpkg/doc/releng.txt4
1 files changed, 4 insertions, 0 deletions
diff --git a/Master/tlpkg/doc/releng.txt b/Master/tlpkg/doc/releng.txt
index ba4227768cd..93522f6cb50 100644
--- a/Master/tlpkg/doc/releng.txt
+++ b/Master/tlpkg/doc/releng.txt
@@ -261,6 +261,10 @@ M. As work proceeds, update the doc:
Also update ~www/texlive/doc/*.html:
groff -mandoc -Thtml $x1/updmap.1 >$lw/doc/updmap.html
groff -mandoc -Thtml $x1/fmtutil.1 >$lw/doc/fmtutil.html
+ While we're here, let's update the other generated html files:
+ # first save originals for diff if you like.
+ pod2html --cachedir=/tmp $xx/tlmgr.pl >$lw/doc/tlmgr.html
+ pod2html --cachedir=/tmp $Master/install-tl >$lw/doc/install-tl.html
Man pages from Build to Master (after doing a build):
tl-update-man # consider removals from output, if any binaries are gone
# check /tmp/so.rules against man1/Makefile, update if needed.