diff options
Diffstat (limited to 'Master/tlpkg/bin/tl-update-man')
-rwxr-xr-x | Master/tlpkg/bin/tl-update-man | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Master/tlpkg/bin/tl-update-man b/Master/tlpkg/bin/tl-update-man index b427de8c68e..8abd51adbe8 100755 --- a/Master/tlpkg/bin/tl-update-man +++ b/Master/tlpkg/bin/tl-update-man @@ -21,7 +21,7 @@ for sect in 1 5; do # from a current build: cd $Build_inst/texmf-dist/doc/man/man$sect || exit 1 # maintained/updated via CTAN and ctan2tl: - rm -f m-tx.1 pmx2pdf.1 pmxab.1 scor2prt.1 msxlint.1 fixmsxpart.1 + rm -f pmxab.1 scor2prt.1 msxlint.1 ls >$TMPDIR/new # copy files from build to runtime: |