summaryrefslogtreecommitdiff
path: root/Master/tlpkg/doc/releng.txt
diff options
context:
space:
mode:
Diffstat (limited to 'Master/tlpkg/doc/releng.txt')
-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).