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/branches/2019/dev_r11470_HPC_12_mpi3/doc/latex/global – NEMO

source: NEMO/branches/2019/dev_r11470_HPC_12_mpi3/doc/latex/global/latexmk.pl @ 11799

Last change on this file since 11799 was 11799, checked in by mocavero, 4 years ago

Update the branch to v4.0.1 of the trunk

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.