Skip to content

Commit

Permalink
Changed build-script to use latexmk
Browse files Browse the repository at this point in the history
  • Loading branch information
Shirkanesi committed Feb 7, 2022
1 parent 8411252 commit e151cfe
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,8 @@ $FILECONTENTS
function build_docs {
mkdir -p $BUILD_DOCS_DIR/
cd $DOCS_SOURCE_DIR
pdflatex -halt-on-error -output-directory $BUILD_DOCS_DIR -jobname $CLASS_NAME $DOCS_SOURCE_DIR/$DOCS_SOURCE
# pdflatex -halt-on-error -output-directory $BUILD_DOCS_DIR -jobname $CLASS_NAME $DOCS_SOURCE_DIR/$DOCS_SOURCE
latexmk -pdf -halt-on-error --jobname=$CLASS_NAME --output-directory=$BUILD_DOCS_DIR $DOCS_SOURCE_DIR/$DOCS_SOURCE
cd $BUILD_DOCS_DIR
_temp=$(makeindex *.idx)
cd $BASE_DIR
Expand Down

0 comments on commit e151cfe

Please # to comment.