latexmk/latexmk-conf.patch
Jerry James 946f914d41 Update URLs.
Update to 4.37:
- Fix failure when current dir's name contains special regexp characters.
- Make -rules work with -pvc.
- Add -lualatex option.
- Allow $clean_ext and $clean_full_ext to contain wildcards.
- Fix bug when using revtex4-1.cls.
2013-07-09 16:52:52 -06:00

26 lines
1.1 KiB
Diff

--- latexmk.pl.orig 2013-07-02 11:45:01.000000000 -0600
+++ latexmk.pl 2013-07-09 16:42:34.735326876 -0600
@@ -934,10 +934,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 2013-07-02 12:45:03.000000000 -0600
+++ latexmk.1 2013-07-09 16:42:34.736326876 -0600
@@ -955,6 +955,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