summaryrefslogtreecommitdiff
path: root/Master/tlpkg
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2015-04-27 18:34:09 +0000
committerKarl Berry <karl@freefriends.org>2015-04-27 18:34:09 +0000
commit0532799da559e3806f9094c5e703783ccffa757c (patch)
tree4760cee201909c65f834f67d6c625831d6678867 /Master/tlpkg
parentf4740ad774eb166db34dcc0edf9c79cb7006c7ca (diff)
man page sync
git-svn-id: svn://tug.org/texlive/trunk@37078 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/tlpkg')
-rwxr-xr-xMaster/tlpkg/bin/tl-update-man4
-rw-r--r--Master/tlpkg/doc/releng.txt3
2 files changed, 5 insertions, 2 deletions
diff --git a/Master/tlpkg/bin/tl-update-man b/Master/tlpkg/bin/tl-update-man
index 90a1609e82f..b427de8c68e 100755
--- a/Master/tlpkg/bin/tl-update-man
+++ b/Master/tlpkg/bin/tl-update-man
@@ -20,7 +20,8 @@ for sect in 1 5; do
# from a current build:
cd $Build_inst/texmf-dist/doc/man/man$sect || exit 1
- rm -f m-tx.1 pmx2pdf.1 pmxab.1 scor2prt.1 # maintained/updated via CTAN
+ # maintained/updated via CTAN and ctan2tl:
+ rm -f m-tx.1 pmx2pdf.1 pmxab.1 scor2prt.1 msxlint.1 fixmsxpart.1
ls >$TMPDIR/new
# copy files from build to runtime:
@@ -49,6 +50,7 @@ for sect in 1 5; do
printf "$0: $f in man but not bin"
(test "$f" = cweb || test "$f" = psutils) && printf " (expected)"
echo
+ fi
done
# for man1, generate make fragment for checking against man1/Makefile.
diff --git a/Master/tlpkg/doc/releng.txt b/Master/tlpkg/doc/releng.txt
index 2a8d73522f4..bbd5054505a 100644
--- a/Master/tlpkg/doc/releng.txt
+++ b/Master/tlpkg/doc/releng.txt
@@ -75,11 +75,12 @@ problems. Then, so things will get redone later as another check:
M. As work proceeds, update the doc:
Update texlive-en.tex (+ .pdf, .html), tell tldoc to translate.
+ Consider updates of core man pages in Build/source/texk/web2c/man.
Remake updmap,fmtutil man pages with help2man (and reread and update Master):
make -C Build/source/Work/texk/texlive/tl_scripts xupdmap.1
Texinfo manuals from Build to Master:
tl-update-txi
- Man pages from Build to Master:
+ Man pages from Build to Master (after doing a build):
tl-update-man # then run make in texmf/doc/man
# and check /tmp/so.rules against man1/Makefile