diff options
author | Karl Berry <karl@freefriends.org> | 2015-01-02 21:32:25 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2015-01-02 21:32:25 +0000 |
commit | 90d985dd123974027ec2b4e7da30f744b803b6bd (patch) | |
tree | 35ca2b4654185ad8a3dba4e3d3b8c68a64121f5e /Master/texmf-dist/source/support/latexmk | |
parent | b943cdf8beb44268e9ec30be3b91415d06a3609d (diff) |
latexmk (2jan15)
git-svn-id: svn://tug.org/texlive/trunk@35947 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/source/support/latexmk')
-rwxr-xr-x | Master/texmf-dist/source/support/latexmk/latexmk.bat | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/Master/texmf-dist/source/support/latexmk/latexmk.bat b/Master/texmf-dist/source/support/latexmk/latexmk.bat index 48e01d6e5e1..f119082adac 100755 --- a/Master/texmf-dist/source/support/latexmk/latexmk.bat +++ b/Master/texmf-dist/source/support/latexmk/latexmk.bat @@ -1,5 +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 +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
|