summaryrefslogtreecommitdiff
path: root/Master/tlpkg/doc
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2019-02-28 19:14:13 +0000
committerKarl Berry <karl@freefriends.org>2019-02-28 19:14:13 +0000
commitadd3d8683677b558254f61267e1dc6830c9c73da (patch)
tree4379ee2cdd108a2a6a83d11d807f95c8fb82ab67 /Master/tlpkg/doc
parent342f4c70c13251fa670faa123091c128ec8bfdda (diff)
tl19 texinfo update
git-svn-id: svn://tug.org/texlive/trunk@50170 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/tlpkg/doc')
-rw-r--r--Master/tlpkg/doc/releng.txt21
1 files changed, 13 insertions, 8 deletions
diff --git a/Master/tlpkg/doc/releng.txt b/Master/tlpkg/doc/releng.txt
index 62e0d5ff31e..e148439c8ea 100644
--- a/Master/tlpkg/doc/releng.txt
+++ b/Master/tlpkg/doc/releng.txt
@@ -179,18 +179,23 @@ 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:
+ x1=`(unset CDPATH; cd Master/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
- 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
+ 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
+ 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.
+ cd $x1/..
+ make # remakes pdfs
+ # files to add:
+ svn status . | sed -n 's/^\?//p'
+ svn add `!!`
Texinfo manuals from Build to Master:
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
Don't forget commit in texmf-dist/doc.
N. Really test during pretest (really! don't leave it for Knuth to do!):