Skip to content
Snippets Groups Projects
Commit 4e526ab3 authored by Christoph Grüninger's avatar Christoph Grüninger
Browse files

[cmake] Use latexmk

parent f9b68720
No related branches found
No related tags found
1 merge request!275Feature/use latexmk
add_subdirectory(doxygen)
dune_add_latex_document(istl.tex
FORCE_DVI
BIBFILES istl.bib
IMAGES blockstructure.eps)
create_doc_install(istl.pdf
${CMAKE_INSTALL_DOCDIR} istl_safepdf)
dune_add_latex_document(
SOURCE istl.tex
FATHER_TARGET doc
INSTALL ${CMAKE_INSTALL_DOCDIR})
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment