New URL for NEMO forge!   http://forge.nemo-ocean.eu

Since March 2022 along with NEMO 4.2 release, the code development moved to a self-hosted GitLab.
This present forge is now archived and remained online for history.
latexmk.pl in NEMO/trunk/doc/latex/global – NEMO

source: NEMO/trunk/doc/latex/global/latexmk.pl @ 11693

Last change on this file since 11693 was 11591, checked in by nicolasmartin, 5 years ago

Cleaning, linking and renaming

File size: 332 bytes
Line 
1
2## Defaults
3$do_cd    = 1;   ## Change to the directory of the main source file
4$silent   = 1;   ## Less verbosity
5
6## Use of 'build' relative directory
7$ENV{'openout_any'}='a';
8$out_dir = '../build';
9
10## Global option
11set_tex_cmds( '-shell-escape' );
12
13$makeindex = "makeindex %O -s ../../global/index -o $out_dir/%D $out_dir/%S";
Note: See TracBrowser for help on using the repository browser.