diff options
author | Karl Berry <karl@freefriends.org> | 2020-03-13 17:30:40 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2020-03-13 17:30:40 +0000 |
commit | 3166b3e1095114d49cbef65216417c43bcd932d7 (patch) | |
tree | 4820c86c7887bd36bbba7ea3ad9ace67fee5ff11 /Master/tlpkg/doc | |
parent | 174147dcdbfb24f62966d39bb4f196d9b38895e4 (diff) |
fmtutil/updmap/etc. man page updates for 2020
git-svn-id: svn://tug.org/texlive/trunk@54278 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/tlpkg/doc')
-rw-r--r-- | Master/tlpkg/doc/releng.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Master/tlpkg/doc/releng.txt b/Master/tlpkg/doc/releng.txt index eb3fefc7dea..ba4227768cd 100644 --- a/Master/tlpkg/doc/releng.txt +++ b/Master/tlpkg/doc/releng.txt @@ -253,8 +253,8 @@ M. As work proceeds, update the doc: cd .../Build/source 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 - x1=`(unset CDPATH; cd Master/texmf-dist/doc/man/man1; pwd)` + make -C $W/texk/texlive/tl_support xupdmap.1 xfmtutil.1 + 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 |