summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Master/texmf-dist/doc/man/man1/eplain.man1.pdfbin5033 -> 4390 bytes
-rw-r--r--Master/texmf-dist/doc/man/man1/pmx2pdf.115
-rw-r--r--Master/texmf-dist/doc/man/man1/pmx2pdf.man1.pdfbin4398 -> 4452 bytes
-rwxr-xr-xMaster/tlpkg/libexec/ctan2tds3
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
index db66d62b68a..142ff5bcfe1 100644
--- a/Master/texmf-dist/doc/man/man1/eplain.man1.pdf
+++ b/Master/texmf-dist/doc/man/man1/eplain.man1.pdf
Binary files differ
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
index a2e774f9a15..4fc23287ff5 100644
--- a/Master/texmf-dist/doc/man/man1/pmx2pdf.man1.pdf
+++ b/Master/texmf-dist/doc/man/man1/pmx2pdf.man1.pdf
Binary files differ
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",