diff options
author | Karl Berry <karl@freefriends.org> | 2015-04-27 18:34:09 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2015-04-27 18:34:09 +0000 |
commit | 0532799da559e3806f9094c5e703783ccffa757c (patch) | |
tree | 4760cee201909c65f834f67d6c625831d6678867 /Master/tlpkg/bin/tl-update-man | |
parent | f4740ad774eb166db34dcc0edf9c79cb7006c7ca (diff) |
man page sync
git-svn-id: svn://tug.org/texlive/trunk@37078 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/tlpkg/bin/tl-update-man')
-rwxr-xr-x | Master/tlpkg/bin/tl-update-man | 4 |
1 files changed, 3 insertions, 1 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. |