summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/support/latexmk/example_rcfiles/fix-aux.latexmkrc
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2022-03-17 20:30:35 +0000
committerKarl Berry <karl@freefriends.org>2022-03-17 20:30:35 +0000
commitc389b7299225b11856320fa1561f9b1ca35bbc6b (patch)
tree924a04ffd988fc845b43e88880a21664b97340d5 /Master/texmf-dist/doc/support/latexmk/example_rcfiles/fix-aux.latexmkrc
parent3917441f015eb84d969489a2dfb8e0c85142d0c0 (diff)
latexmk (17mar22) (branch)
git-svn-id: svn://tug.org/texlive/branches/branch2021.final@62768 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/doc/support/latexmk/example_rcfiles/fix-aux.latexmkrc')
-rw-r--r--Master/texmf-dist/doc/support/latexmk/example_rcfiles/fix-aux.latexmkrc4
1 files changed, 4 insertions, 0 deletions
diff --git a/Master/texmf-dist/doc/support/latexmk/example_rcfiles/fix-aux.latexmkrc b/Master/texmf-dist/doc/support/latexmk/example_rcfiles/fix-aux.latexmkrc
index aefa206d5a8..abcee8e9f23 100644
--- a/Master/texmf-dist/doc/support/latexmk/example_rcfiles/fix-aux.latexmkrc
+++ b/Master/texmf-dist/doc/support/latexmk/example_rcfiles/fix-aux.latexmkrc
@@ -3,6 +3,10 @@
# option. (Of the standard distributions, MiKTeX supports -aux-directory,
# but TeXLive does not.)
+# !!!IMPORTANT: THIS CONFIGURATION IS NO LONGER NECESSARY. From V. 4.74b onwards,
+# latexmk can handle the aux_dir isssue itself --- see the documentation on the
+# $emulate_aux variable.
+
foreach my $cmd ('latex', 'lualatex', 'pdflatex', 'xelatex' ) {
${$cmd} = "internal latex_fix_aux $cmd %O %S";