2011-02-07 18:52:46 +00:00
|
|
|
--- latexmk.1.orig 2011-02-03 09:15:56.000000000 -0700
|
|
|
|
+++ latexmk.1 2011-02-07 11:46:54.147919231 -0700
|
2011-01-03 18:06:32 +00:00
|
|
|
@@ -562,6 +562,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".
|
2010-04-21 15:29:11 +00:00
|
|
|
On a cygwin system (i.e., a MS-Windows system in which perl is
|
|
|
|
that of cygwin), \fIlatexmk\fR reads for the first it finds of
|
2011-02-07 18:52:46 +00:00
|
|
|
--- latexmk.pl.orig 2011-02-03 09:17:40.000000000 -0700
|
|
|
|
+++ latexmk.pl 2011-02-07 11:46:54.151919231 -0700
|
|
|
|
@@ -700,10 +700,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
|
|
|
|
|