diff options
author | Karl Berry <karl@freefriends.org> | 2013-04-15 23:07:38 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2013-04-15 23:07:38 +0000 |
commit | 7e1b64e0882c15c5d7579505fafe3e833172f01d (patch) | |
tree | b2e2f8fd4e843bcfb9b963c337d0f4954c2c7dd4 /Master | |
parent | 7128c4ee927e794de295962ee7bcffa8d548b788 (diff) |
newline for unzip file list?
git-svn-id: svn://tug.org/texlive/trunk@29961 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master')
-rwxr-xr-x | Master/tlpkg/libexec/mptopdf-extract | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/Master/tlpkg/libexec/mptopdf-extract b/Master/tlpkg/libexec/mptopdf-extract index 47c4f9807b0..66dbd8c69b0 100755 --- a/Master/tlpkg/libexec/mptopdf-extract +++ b/Master/tlpkg/libexec/mptopdf-extract @@ -16,10 +16,8 @@ if test -z "$files"; then fi # Add man page in cont-tmf location: -files="$files doc/context/scripts/mkii/mptopdf.man" - -# Add w32 .exe stub too: -files="$files scripts/context/stubs/mswin/mptopdf.exe" +files="$files +doc/context/scripts/mkii/mptopdf.man" # We will extract them from the current context release. ctan=/home/ftp/mirror/rsync.tex.ac.uk/CTAN |