latexmk/latexmk-conf.patch
Jerry James cb19c08f5b Add latexmk.pdf to docs.
Update to 4.30a:
- Fix use of bibtex when $aux_dir and/or $out_dir are set.
- Documentation of $search_path separator variable.
- Work with feynmp package and mpost.
- Let dvips find files in the output directory.
- In search for cus-deps that can make a missing file, look in $out_dir.
- Parse biber 0.9.7 error messages.
2011-12-12 13:22:18 -07:00

26 lines
1.2 KiB
Diff

--- ./latexmk.pl.orig 2011-12-09 09:59:42.000000000 -0700
+++ ./latexmk.pl 2011-12-12 13:12:44.243706213 -0700
@@ -759,10 +759,8 @@ else {
## /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-12-09 07:23:59.000000000 -0700
+++ ./latexmk.1 2011-12-12 13:12:44.244706212 -0700
@@ -723,6 +723,7 @@ system RC file, in the following order,
"/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