source:
NEMO/trunk/doc/latex/global/latexmk.pl
@
14113
Last change on this file since 14113 was 14113, checked in by nicolasmartin, 4 years ago | |
---|---|
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 |
11 | set_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.