From 59faa311e97dff9839ad116dc99ad620037462ff Mon Sep 17 00:00:00 2001 From: Karl Berry Date: Sun, 5 Jan 2014 19:27:18 +0000 Subject: mptopdf (for year in man page) git-svn-id: svn://tug.org/texlive/trunk@32580 c570f23f-e606-0410-a88d-b1316a301751 --- .../texmf-dist/doc/context/scripts/mkii/mptopdf.man | 2 +- Master/texmf-dist/doc/man/man1/mptopdf.1 | 2 +- Master/texmf-dist/doc/man/man1/mptopdf.man1.pdf | Bin 6294 -> 3696 bytes .../scripts/context/stubs/mswin/mptopdf.exe | Bin 6144 -> 4608 bytes Master/tlpkg/bin/ctan2tl | 9 ++++++++- Master/tlpkg/libexec/ctan2tds | 2 +- 6 files changed, 11 insertions(+), 4 deletions(-) (limited to 'Master') 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 Binary files a/Master/texmf-dist/doc/man/man1/mptopdf.man1.pdf and b/Master/texmf-dist/doc/man/man1/mptopdf.man1.pdf 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 Binary files a/Master/texmf-dist/scripts/context/stubs/mswin/mptopdf.exe and b/Master/texmf-dist/scripts/context/stubs/mswin/mptopdf.exe 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'", -- cgit v1.2.3