diff options
author | Karl Berry <karl@freefriends.org> | 2017-01-30 23:32:40 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2017-01-30 23:32:40 +0000 |
commit | 5776f6c9b6cf24e5a9b8c6bbd88d2b4bfb5c0234 (patch) | |
tree | 92b155c112ae5314c5b3d9eaad9ea805735ce10f /Master/texmf-dist/source/support | |
parent | a9b7bc30b28ec77ad1e0de52a2193de4225ad780 (diff) |
latexmk (30jan17)
git-svn-id: svn://tug.org/texlive/trunk@43099 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/source/support')
-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 f119082adac..48e01d6e5e1 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 |