diff options
Diffstat (limited to 'Master/tlpkg/bin/tl-update-man')
-rwxr-xr-x | Master/tlpkg/bin/tl-update-man | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/Master/tlpkg/bin/tl-update-man b/Master/tlpkg/bin/tl-update-man index 3e78dd1aba5..1e3a4e83ff2 100755 --- a/Master/tlpkg/bin/tl-update-man +++ b/Master/tlpkg/bin/tl-update-man @@ -19,7 +19,7 @@ for sect in 1 5; do (cd $rundir && ls) >$TMPDIR/now # from a current build: - cd $Build_inst/share/man/man$sect || exit 1 + cd $Build_inst/texmf/doc/man/man$sect || exit 1 ls >$TMPDIR/new # omit symlinks since they are now files using .so. (xxtodo should check) @@ -36,4 +36,3 @@ for sect in 1 5; do # see what we've done: (cd $rundir && svn status) done - |