diff options
author | Karl Berry <karl@freefriends.org> | 2016-10-15 22:55:38 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2016-10-15 22:55:38 +0000 |
commit | c3861279bf2a89f2e1b13a1608f8a2f2f376ab67 (patch) | |
tree | 47fc395f819b02f7af0d6f27ba83056ff8955194 /Master/texmf-dist/source | |
parent | 058b77a3ba0ce417a9dea9433252df4d95e86f98 (diff) |
latexmk (13oct16)
git-svn-id: svn://tug.org/texlive/trunk@42272 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/source')
-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 |