summaryrefslogtreecommitdiff
path: root/Master
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2014-01-05 19:27:18 +0000
committerKarl Berry <karl@freefriends.org>2014-01-05 19:27:18 +0000
commit59faa311e97dff9839ad116dc99ad620037462ff (patch)
treee0b303ace9ed0b384e9c608071e78de577f0da9a /Master
parentf237cb1d9d8f85e5dc202b83a2a2c90d3b47952d (diff)
mptopdf (for year in man page)
git-svn-id: svn://tug.org/texlive/trunk@32580 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master')
-rw-r--r--Master/texmf-dist/doc/context/scripts/mkii/mptopdf.man2
-rw-r--r--Master/texmf-dist/doc/man/man1/mptopdf.12
-rw-r--r--Master/texmf-dist/doc/man/man1/mptopdf.man1.pdfbin6294 -> 3696 bytes
-rwxr-xr-xMaster/texmf-dist/scripts/context/stubs/mswin/mptopdf.exebin6144 -> 4608 bytes
-rwxr-xr-xMaster/tlpkg/bin/ctan2tl9
-rwxr-xr-xMaster/tlpkg/libexec/ctan2tds2
6 files changed, 11 insertions, 4 deletions
diff --git a/Master/texmf-dist/doc/context/scripts/mkii/mptopdf.man b/Master/texmf-dist/doc/context/scripts/mkii/mptopdf.man
index 06feece6693..87cb566ebe9 100644
--- a/Master/texmf-dist/doc/context/scripts/mkii/mptopdf.man
+++ b/Master/texmf-dist/doc/context/scripts/mkii/mptopdf.man
@@ -1,4 +1,4 @@
-.TH "mptopdf" "1" "01-01-2013" "version 1.4.1" "convert MetaPost to PDF"
+.TH "mptopdf" "1" "01-01-2014" "version 1.4.1" "convert MetaPost to PDF"
.SH NAME
.B mptopdf
.SH SYNOPSIS
diff --git a/Master/texmf-dist/doc/man/man1/mptopdf.1 b/Master/texmf-dist/doc/man/man1/mptopdf.1
index 06feece6693..87cb566ebe9 100644
--- a/Master/texmf-dist/doc/man/man1/mptopdf.1
+++ b/Master/texmf-dist/doc/man/man1/mptopdf.1
@@ -1,4 +1,4 @@
-.TH "mptopdf" "1" "01-01-2013" "version 1.4.1" "convert MetaPost to PDF"
+.TH "mptopdf" "1" "01-01-2014" "version 1.4.1" "convert MetaPost to PDF"
.SH NAME
.B mptopdf
.SH SYNOPSIS
diff --git a/Master/texmf-dist/doc/man/man1/mptopdf.man1.pdf b/Master/texmf-dist/doc/man/man1/mptopdf.man1.pdf
index 81e95d69381..b7c7fd90fa1 100644
--- a/Master/texmf-dist/doc/man/man1/mptopdf.man1.pdf
+++ b/Master/texmf-dist/doc/man/man1/mptopdf.man1.pdf
Binary files differ
diff --git a/Master/texmf-dist/scripts/context/stubs/mswin/mptopdf.exe b/Master/texmf-dist/scripts/context/stubs/mswin/mptopdf.exe
index 2d45f27494d..faae5caa7c4 100755
--- a/Master/texmf-dist/scripts/context/stubs/mswin/mptopdf.exe
+++ b/Master/texmf-dist/scripts/context/stubs/mswin/mptopdf.exe
Binary files differ
diff --git a/Master/tlpkg/bin/ctan2tl b/Master/tlpkg/bin/ctan2tl
index 7eceea51f1d..7f857c1fe02 100755
--- a/Master/tlpkg/bin/ctan2tl
+++ b/Master/tlpkg/bin/ctan2tl
@@ -127,8 +127,15 @@ ctan2tds --ctan-dir=$ctan_dir $pkg || exit 1
cd $cooked || exit 1
printf "\n\f cooked\n"
-find $pkg -name TDS_READY -exec rm '{}' \; # remove sentinel file
+find $pkg -name TDS_READY -exec rm '{}' \; # remove sentinel file
find -depth -type d | xargs rmdir 2>/dev/null # remove empty directories
+
+if test -n "`find -name \*\ \*`"; then
+ echo "$0: cooked hierarchy contains files with spaces, goodbye." >&2
+ exit 1
+fi
+
+# show list of files (and tee to tmp).
find $pkg \! -type d -printf "%TY%Tm%Td.%TH%TM %p\n" | sort -k2 \
| tee ${TMPDIR-/tmp}/ctan2tl.files
diff --git a/Master/tlpkg/libexec/ctan2tds b/Master/tlpkg/libexec/ctan2tds
index 91a5d02f322..987fe79ed63 100755
--- a/Master/tlpkg/libexec/ctan2tds
+++ b/Master/tlpkg/libexec/ctan2tds
@@ -681,7 +681,7 @@ chomp ($Build = `cd $Master/../Build/source && pwd`);
'mp3d', "&MAKEflatten",
'mpcolornames',"&MAKEcopy",
'mpdinbrief', "die 'skipping, nosell license'",
- 'mptopdf', "die 'skipping, not quite perfect yet'", #"&MAKEcopy",
+ 'mptopdf', "&MAKEcopy", #&"die 'skipping, not quite perfect yet'", #
'msuthesis', "die 'skipping, use msu-thesis'",
'mtp2lite', "die 'skipping, nonfree'",
'mtx', "die 'skipping, pascal musixtex binaries'",