From 994e8740e5b5588a65c3baec92333b81ae2edd54 Mon Sep 17 00:00:00 2001 From: Karl Berry Date: Wed, 19 May 2010 23:23:51 +0000 Subject: latexmk 4.16a (19may10) git-svn-id: svn://tug.org/texlive/trunk@18356 c570f23f-e606-0410-a88d-b1316a301751 --- .../texk/texlive/linked_scripts/latexmk/latexmk.pl | 27 +- Master/texmf-dist/doc/support/latexmk/CHANGES | 7 +- Master/texmf-dist/doc/support/latexmk/README | 6 +- Master/texmf-dist/doc/support/latexmk/latexmk.pdf | Bin 79391 -> 79663 bytes Master/texmf-dist/doc/support/latexmk/latexmk.txt | 302 +++++++++++---------- Master/texmf-dist/scripts/latexmk/latexmk.pl | 27 +- Master/texmf/doc/man/man1/latexmk.1 | 12 +- Master/texmf/doc/man/man1/latexmk.man1.pdf | Bin 89821 -> 90633 bytes 8 files changed, 216 insertions(+), 165 deletions(-) diff --git a/Build/source/texk/texlive/linked_scripts/latexmk/latexmk.pl b/Build/source/texk/texlive/linked_scripts/latexmk/latexmk.pl index 7372174cc9f..08fdc5b4ebe 100755 --- a/Build/source/texk/texlive/linked_scripts/latexmk/latexmk.pl +++ b/Build/source/texk/texlive/linked_scripts/latexmk/latexmk.pl @@ -108,8 +108,8 @@ use warnings; $my_name = 'latexmk'; $My_name = 'Latexmk'; -$version_num = '4.16'; -$version_details = "$My_name, John Collins, 10 May 2010"; +$version_num = '4.16a'; +$version_details = "$My_name, John Collins, 18 May 2010"; use Config; @@ -178,6 +178,10 @@ else { ## ## Modification log from 22 Jan 2010 onwards in detail ## +## 18 May 2010, John Collins Remove unlink $$Pdest in do_viewfile +## 17 May 2010, John Collins Correct sleep time to 1 sec +## if s<0 (otherwise infinite delay) +## or if 0, and from the author's website - . + Current version, by John Collins (username collins at node + phys.psu.edu). (Version 4.16a). - 10 May 2010 30 + 18 May 2010 30 @@ -2044,6 +2046,9 @@ AUTHOR LATEXMK(1L) LATEXMK(1L) + Released version can be obtained from CTAN: , and from the author's website + . Modifications and enhancements by Evan McLean (Version 2.0) Original script called "go" by David J. Musliner (RCS Version 3.2) @@ -2105,7 +2110,6 @@ LATEXMK(1L) LATEXMK(1L) - - 10 May 2010 31 + 18 May 2010 31 diff --git a/Master/texmf-dist/scripts/latexmk/latexmk.pl b/Master/texmf-dist/scripts/latexmk/latexmk.pl index 7372174cc9f..08fdc5b4ebe 100755 --- a/Master/texmf-dist/scripts/latexmk/latexmk.pl +++ b/Master/texmf-dist/scripts/latexmk/latexmk.pl @@ -108,8 +108,8 @@ use warnings; $my_name = 'latexmk'; $My_name = 'Latexmk'; -$version_num = '4.16'; -$version_details = "$My_name, John Collins, 10 May 2010"; +$version_num = '4.16a'; +$version_details = "$My_name, John Collins, 18 May 2010"; use Config; @@ -178,6 +178,10 @@ else { ## ## Modification log from 22 Jan 2010 onwards in detail ## +## 18 May 2010, John Collins Remove unlink $$Pdest in do_viewfile +## 17 May 2010, John Collins Correct sleep time to 1 sec +## if s<0 (otherwise infinite delay) +## or if 0, and from the diff --git a/Master/texmf/doc/man/man1/latexmk.man1.pdf b/Master/texmf/doc/man/man1/latexmk.man1.pdf index 3b064de0cf3..aabdd5954d1 100644 Binary files a/Master/texmf/doc/man/man1/latexmk.man1.pdf and b/Master/texmf/doc/man/man1/latexmk.man1.pdf differ -- cgit v1.2.3