2010-01-18 18:27:43 +00:00
|
|
|
--- latexmk.1.ORIG 2010-01-13 13:30:48.000000000 -0700
|
|
|
|
+++ latexmk.1 2010-01-18 11:20:09.617597204 -0700
|
|
|
|
@@ -546,6 +546,7 @@
|
2007-03-30 15:34:53 +00:00
|
|
|
"/opt/local/share/latexmk/LatexMk",
|
|
|
|
"/usr/local/share/latexmk/LatexMk",
|
|
|
|
"/usr/local/lib/latexmk/LatexMk".
|
2008-10-13 18:33:12 +00:00
|
|
|
+ On a Fedora system, it only looks for "/etc/latexmk.conf".
|
2009-04-13 21:03:00 +00:00
|
|
|
On a MS-WINDOWS system it looks for "C:\\latexmk\\LatexMk".
|
|
|
|
.PP
|
2008-09-24 17:01:56 +00:00
|
|
|
2) The user's RC file, "$HOME/.latexmkrc", if it exists. Here $HOME
|
2010-01-18 18:27:43 +00:00
|
|
|
--- latexmk.pl.ORIG 2010-01-15 14:56:15.000000000 -0700
|
|
|
|
+++ latexmk.pl 2010-01-18 11:20:09.620544494 -0700
|
|
|
|
@@ -677,10 +677,8 @@
|
2007-03-30 15:34:53 +00:00
|
|
|
## /usr/local/share, depending on the local conventions.
|
|
|
|
## /usr/local/lib/latexmk/LatexMk is put in the list for
|
|
|
|
## compatibility with older versions of latexmk.
|
|
|
|
- @rc_system_files =
|
|
|
|
- ( '/opt/local/share/latexmk/LatexMk',
|
|
|
|
- '/usr/local/share/latexmk/LatexMk',
|
|
|
|
- '/usr/local/lib/latexmk/LatexMk' );
|
2009-12-01 16:32:27 +00:00
|
|
|
+ ## Fedora change: only look in /etc
|
|
|
|
+ @rc_system_files = ( '/etc/latexmk.conf' );
|
2007-03-30 15:34:53 +00:00
|
|
|
|
|
|
|
$search_path_separator = ':'; # Separator of elements in search_path
|
|
|
|
|