Skip to content

Commit

Permalink
For latexmk to build to avoid possible undef errors.
Browse files Browse the repository at this point in the history
  • Loading branch information
grafikrobot committed Jun 18, 2024
1 parent 1dd8057 commit 0bd70fa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.jam
Original file line number Diff line number Diff line change
Expand Up @@ -36,5 +36,5 @@ toolset.flags $(__name__).latexmk FLAGS <flags> ;
actions latexmk
{
export TEXINPUTS="$(>:D):${TEXINPUTS}"
latexmk -pdf -interaction=nonstopmode -logfilewarnings- -shell-escape -gg -outdir="$(<:D)" -auxdir="$(<:D)" -makeindexfudge $(FLAGS) "$(>:D=)"
latexmk -f -pdf -interaction=nonstopmode -logfilewarnings- -shell-escape -gg -outdir="$(<:D)" -auxdir="$(<:D)" -makeindexfudge $(FLAGS) "$(>:D=)"
}

0 comments on commit 0bd70fa

Please sign in to comment.