Sophie

Sophie

distrib > Fedora > 13 > i386 > media > updates-src > by-pkgid > b11593763d6282b7dbf30a30665842f2 > files > 3

latexmk-4.23a-1.fc13.src.rpm

--- ./latexmk.pl.orig	2011-03-24 12:35:38.000000000 -0600
+++ ./latexmk.pl	2011-04-19 10:35:48.179112906 -0600
@@ -675,10 +675,8 @@
     ## /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' );
+    ## Fedora change: only look in /etc
+    @rc_system_files = ( '/etc/latexmk.conf' );
 
     $search_path_separator = ':';  # Separator of elements in search_path
 
--- ./latexmk.1.orig	2011-04-18 09:47:26.000000000 -0600
+++ ./latexmk.1	2011-04-19 10:35:48.177113158 -0600
@@ -645,6 +645,7 @@
    "/opt/local/share/latexmk/LatexMk",
    "/usr/local/share/latexmk/LatexMk",
    "/usr/local/lib/latexmk/LatexMk".
+   On a Fedora system, it only looks for "/etc/latexmk.conf".
    On a MS-WINDOWS system it looks for "C:\\latexmk\\LatexMk".
    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