diff options
author | Karl Berry <karl@freefriends.org> | 2022-03-06 23:04:35 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2022-03-06 23:04:35 +0000 |
commit | 8661046fb9e427d75c7e8f993e8451a7628617b8 (patch) | |
tree | 6688f50194a058edac4799eb59c2e8b6c041479c /Master/tlpkg | |
parent | c3dd9700da6ed655948e4e7d3d1966f14db4047b (diff) |
fmtutil/updmap/etc. doc update
git-svn-id: svn://tug.org/texlive/trunk@62486 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/tlpkg')
-rw-r--r-- | Master/tlpkg/doc/releng.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Master/tlpkg/doc/releng.txt b/Master/tlpkg/doc/releng.txt index 2f94c555902..bddac781d73 100644 --- a/Master/tlpkg/doc/releng.txt +++ b/Master/tlpkg/doc/releng.txt @@ -271,8 +271,8 @@ M. As pretest proceeds, update the doc: mv /tmp/xupdmap.1 $x1/updmap.1 mv /tmp/xfmtutil.1 $x1/fmtutil.1 Also update them in ~www/texlive/doc/*.html: - groff -mandoc -Thtml $x1/updmap.1 >$lw/doc/updmap.html - groff -mandoc -Thtml $x1/fmtutil.1 >$lw/doc/fmtutil.html + mv /tmp/xupdmap.1.html $lw/doc/updmap.html + mv /tmp/xfmtutil.1.html $lw/doc/fmtutil.html While we're here, let's update the other generated html files: xx=$tm/texmf-dist/scripts/texlive pod2html --cachedir=/tmp $xx/tlmgr.pl >$lw/doc/tlmgr.html |