Skip to content

Commit

Permalink
latexmk fix
Browse files Browse the repository at this point in the history
  • Loading branch information
mamoll committed Nov 26, 2020
1 parent fff516c commit cf0ba9e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ if(DOXYGEN_FOUND AND NOT CMAKE_VERSION VERSION_LESS 3.9)
find_program(LATEXMK latexmk)
if (LATEXMK)
add_custom_command(TARGET omplapp_doc POST_BUILD
COMMAND "BIBINPUTS=${CMAKE_CURRENT_SOURCE_DIR}/latex/bib" latexmk -gg -pdf "-outdir=${DOXYGEN_HTML_OUTPUT}" OMPL_Primer.tex
COMMAND "BIBINPUTS=${CMAKE_CURRENT_SOURCE_DIR}/latex/bib" openout_any=a latexmk -gg -pdf "-outdir=${DOXYGEN_HTML_OUTPUT}" OMPL_Primer.tex
COMMAND latexmk -c -pdf "-outdir=${DOXYGEN_HTML_OUTPUT}" OMPL_Primer.tex
WORKING_DIRECTORY "${CMAKE_CURRENT_SOURCE_DIR}/latex")
endif()
Expand Down

0 comments on commit cf0ba9e

Please # to comment.