summaryrefslogtreecommitdiff
path: root/Master/tlpkg/doc
diff options
context:
space:
mode:
Diffstat (limited to 'Master/tlpkg/doc')
-rw-r--r--Master/tlpkg/doc/releng.txt4
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