From add3d8683677b558254f61267e1dc6830c9c73da Mon Sep 17 00:00:00 2001 From: Karl Berry Date: Thu, 28 Feb 2019 19:14:13 +0000 Subject: tl19 texinfo update git-svn-id: svn://tug.org/texlive/trunk@50170 c570f23f-e606-0410-a88d-b1316a301751 --- Master/tlpkg/doc/releng.txt | 21 +++++++++++++-------- 1 file changed, 13 insertions(+), 8 deletions(-) (limited to 'Master/tlpkg/doc') 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!): -- cgit v1.2.3