diff options
author | Karl Berry <karl@freefriends.org> | 2014-05-04 21:57:33 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2014-05-04 21:57:33 +0000 |
commit | 6f98f6fe2497cba15c2a81a2999b1d1d6ee1d523 (patch) | |
tree | 447e1a98903534f83b31d958a7cfa2536402e3de | |
parent | 88ce4fdf61adf500600bdb5fa576dfa31ea27984 (diff) |
pmx2pdf man page re-updated
git-svn-id: svn://tug.org/texlive/trunk@33826 c570f23f-e606-0410-a88d-b1316a301751
-rw-r--r-- | Master/texmf-dist/doc/man/man1/eplain.man1.pdf | bin | 5033 -> 4390 bytes | |||
-rw-r--r-- | Master/texmf-dist/doc/man/man1/pmx2pdf.1 | 15 | ||||
-rw-r--r-- | Master/texmf-dist/doc/man/man1/pmx2pdf.man1.pdf | bin | 4398 -> 4452 bytes | |||
-rwxr-xr-x | Master/tlpkg/libexec/ctan2tds | 3 |
4 files changed, 12 insertions, 6 deletions
diff --git a/Master/texmf-dist/doc/man/man1/eplain.man1.pdf b/Master/texmf-dist/doc/man/man1/eplain.man1.pdf Binary files differindex db66d62b68a..142ff5bcfe1 100644 --- a/Master/texmf-dist/doc/man/man1/eplain.man1.pdf +++ b/Master/texmf-dist/doc/man/man1/eplain.man1.pdf diff --git a/Master/texmf-dist/doc/man/man1/pmx2pdf.1 b/Master/texmf-dist/doc/man/man1/pmx2pdf.1 index 9ffcf094377..6ec7f033ec1 100644 --- a/Master/texmf-dist/doc/man/man1/pmx2pdf.1 +++ b/Master/texmf-dist/doc/man/man1/pmx2pdf.1 @@ -1,5 +1,5 @@ .\" This manpage is licensed under the GNU Public License -.TH pmx2pdf 1 2012-05-15 "pmx2pdf script, version 0.2.1" "" +.TH pmx2pdf 1 2013-12-11 "pmx2pdf script, version 0.3.1" "" .SH NAME pmx2pdf \- This script processes pmx files and then deletes intermediate files @@ -76,6 +76,12 @@ stops processing at the tex (and midi) files .B -i retain intermediate files .TP +.B -c +preprocess using pmxchords +.TP +.B -F fmt +use fmt as the TeX processor +.TP .B -f default processing .TP 0 @@ -91,11 +97,10 @@ Options affect processing of all succeeding PMX files unless changed by another .BR musixflx (1), .BR dvipdfm (1), .BR dvips (1), -.BR ps2pdf (1). -.br -pmx260.pdf +.BR ps2pdf (1), +.BR pmxchords (1). .br -pmxccn.pdf +pmx270.pdf .SH AUTHOR This manual page was written by Bob Tennent <rdt@cs.queensu.ca>. diff --git a/Master/texmf-dist/doc/man/man1/pmx2pdf.man1.pdf b/Master/texmf-dist/doc/man/man1/pmx2pdf.man1.pdf Binary files differindex a2e774f9a15..4fc23287ff5 100644 --- a/Master/texmf-dist/doc/man/man1/pmx2pdf.man1.pdf +++ b/Master/texmf-dist/doc/man/man1/pmx2pdf.man1.pdf diff --git a/Master/tlpkg/libexec/ctan2tds b/Master/tlpkg/libexec/ctan2tds index 7b9f73a7eab..8343402fc02 100755 --- a/Master/tlpkg/libexec/ctan2tds +++ b/Master/tlpkg/libexec/ctan2tds @@ -2844,7 +2844,7 @@ sub SYSTEM { # sub exeext { my ($platform) = @_; - my $ext = $platform =~ /^(win32|i386-cygwin)$/ ? ".exe" : ""; + my $ext = $platform =~ /^(win[0-9]+|.*-cygwin)$/ ? ".exe" : ""; return $ext; } @@ -4977,6 +4977,7 @@ sub POSTbiber { "MSWIN" => "win32", "amd64-freebsd" => "amd64-freebsd", "cygwin32" => "i386-cygwin", + "cygwin64" => "x86_64-cygwin", "darwin_x86_64" => "x86_64-darwin", "darwin_x86_i386" => "universal-darwin", "i386-freebsd" => "i386-freebsd", |