Skip to content
Snippets Groups Projects
Commit d9451179 authored by Markus Blatt's avatar Markus Blatt
Browse files

Use new dune macro dune_add_latex_document instead of add_latex_document for comm documentation.

[[Imported from SVN: r1887]]
parent 8b722c3b
No related branches found
No related tags found
No related merge requests found
......@@ -6,7 +6,7 @@ add_executable(indexset "indexset.cc")
target_link_libraries(indexset "dunecommon")
add_dune_mpi_flags("poosc08;poosc08_test;indexset")
if(LATEX_USABLE)
ADD_LATEX_DOCUMENT(communication.tex FATHER_TARGET doc
dune_add_latex_document(communication.tex FATHER_TARGET doc
BIBFILES communication.bib DEFAULT_SAFEPDF INPUTS poosc08_test.cc
IMAGE_DIRS figures)
create_doc_install(${CMAKE_CURRENT_BINARY_DIR}/communication.pdf ${CMAKE_INSTALL_DOCDIR}/comm communication_safepdf)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment