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.txt18
1 files changed, 10 insertions, 8 deletions
diff --git a/Master/tlpkg/doc/releng.txt b/Master/tlpkg/doc/releng.txt
index bddac781d73..22683eb6ac6 100644
--- a/Master/tlpkg/doc/releng.txt
+++ b/Master/tlpkg/doc/releng.txt
@@ -259,26 +259,28 @@ M. As pretest proceeds, update the doc:
any new people to thank,
and changes throughout if behavior has changed.
Update tlbuild.texi text, then
- W=.../Build/source/Work
+ xs=.../Build/source
+ W=$xs/Work
make -C $W/doc script-links tlbuild-incl.texi readme-files readme-install
- #cd .../Build/source
Consider updates of core man pages in Build/source/texk/web2c/man.
Remake updmap,fmtutil man pages with help2man (install latest from source):
tm=.../Master
make -C $W/texk/texlive/tl_support xupdmap.1 xfmtutil.1
x1=`(unset CDPATH; cd $tm/texmf-dist/doc/man/man1; pwd)`
- They must be moved from /tmp into Master by hand:
- mv /tmp/xupdmap.1 $x1/updmap.1
- mv /tmp/xfmtutil.1 $x1/fmtutil.1
+ They must be moved from /tmp into both Master and Build by hand:
+ cp -p /tmp/xupdmap.1 $x1/updmap.1
+ cp -p /tmp/xfmtutil.1 $x1/fmtutil.1
+ cp -p /tmp/xupdmap.1 $xs/texk/texlive/tl_support/updmap.1
+ cp -p /tmp/xfmtutil.1 $xs/texk/texlive/tl_support/fmtutil.1
Also update them in ~www/texlive/doc/*.html:
- mv /tmp/xupdmap.1.html $lw/doc/updmap.html
- mv /tmp/xfmtutil.1.html $lw/doc/fmtutil.html
+ cp -p /tmp/xupdmap.1.html $lw/doc/updmap.html
+ cp -p /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
pod2html --cachedir=/tmp $tm/install-tl >$lw/doc/install-tl.html
Update copies in the Master tree (also done nightly in tl-update-auto):
- cp $lw/doc/{tlmgr,install-tl}.html $tm/texmf-dist/doc/texlive
+ cp -pf $lw/doc/{tlmgr,install-tl}.html $tm/texmf-dist/doc/texlive
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.