summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/source/support
diff options
context:
space:
mode:
Diffstat (limited to 'Master/texmf-dist/source/support')
-rwxr-xr-xMaster/texmf-dist/source/support/latexmk/latexmk.bat5
1 files changed, 5 insertions, 0 deletions
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