summaryrefslogtreecommitdiff
path: root/Master/tlpkg/doc
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2018-04-06 15:25:15 +0000
committerKarl Berry <karl@freefriends.org>2018-04-06 15:25:15 +0000
commit60718ab3dc8b6e0bf3dc5e4a1cfd64e6c725d714 (patch)
tree1d31e256725fbaa3c7d933274126aec971b4ac54 /Master/tlpkg/doc
parentf43901a2e69137a91d953d854976bf91dc5905a5 (diff)
doc,sync
git-svn-id: svn://tug.org/texlive/trunk@47326 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/tlpkg/doc')
-rw-r--r--Master/tlpkg/doc/releng.txt11
1 files changed, 8 insertions, 3 deletions
diff --git a/Master/tlpkg/doc/releng.txt b/Master/tlpkg/doc/releng.txt
index 333e632c884..8d4cfaba1ff 100644
--- a/Master/tlpkg/doc/releng.txt
+++ b/Master/tlpkg/doc/releng.txt
@@ -173,15 +173,20 @@ M. As work proceeds, update the doc:
Consider updates of core man pages in Build/source/texk/web2c/man.
Remake updmap,fmtutil man pages with help2man:
make -C Build/source/Work/texk/texlive/tl_scripts xupdmap.1 xfmtutil.1
- They must be moved from /tmp into Master by hand.
- Also update ~www/texlive/doc/*.html: groff -mandoc -Thtml fmtutil.1
+ They must be moved from /tmp into Master by hand:
+ mv /tmp/xupdmap.1 $x1/updmap.1
+ mv /tmp/xfmtutil.1 $x1/fmtutil.1
+ Also update ~www/texlive/doc/*.html (groff -mandoc -Thtml fmtutil.1):
+ mv /tmp/xupdmap.1.html $lw/doc/updmap.html
+ mv /tmp/xfmtutil.1.html $lw/doc/fmtutil.html
Texinfo manuals from Build to Master:
- tl-update-txi # then commit in texmf-dist/doc
+ tl-update-txi
Man pages from Build to Master (after doing a build):
tl-update-man
# then run make in texmf-dist/doc/man
# and check /tmp/so.rules against man1/Makefile
Update texdoc Data.tlpdb.lua.
+ Don't forget commit in texmf-dist/doc.
N. Really test during pretest (really! don't leave it for Knuth to do!):
.fmt's sharable across endian-different platforms (including luatex).