From 5f3950815dfad0d88a06e78f9137feba0ae4b298 Mon Sep 17 00:00:00 2001 From: Karl Berry Date: Wed, 4 Apr 2012 22:43:24 +0000 Subject: latexmk 4.31 (4apr12) git-svn-id: svn://tug.org/texlive/trunk@25851 c570f23f-e606-0410-a88d-b1316a301751 --- Master/texmf-dist/source/support/latexmk/latexmk.bat | 5 +++++ 1 file changed, 5 insertions(+) create mode 100755 Master/texmf-dist/source/support/latexmk/latexmk.bat (limited to 'Master/texmf-dist/source/support') diff --git a/Master/texmf-dist/source/support/latexmk/latexmk.bat b/Master/texmf-dist/source/support/latexmk/latexmk.bat new file mode 100755 index 00000000000..48e01d6e5e1 --- /dev/null +++ b/Master/texmf-dist/source/support/latexmk/latexmk.bat @@ -0,0 +1,5 @@ +Rem Execute latexmk.pl, searching for it in the PATH +Rem Assume perl is in the PATH. If not, you should replace 'perl' by +Rem the full pathname of the perl executable, e.g., 'C:\perl\bin\perl.exe' + +perl -S latexmk.pl %1 %2 %3 %4 %5 %6 %7 %8 %9 -- cgit v1.2.3