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

Skip LATEX_USABLE guard as this done in dune_add_latex_document.

Otherwise the pdfs will not be installed from the tarballs.

[[Imported from SVN: r1888]]
parent 7b87ecc1
No related branches found
No related tags found
No related merge requests found
add_subdirectory("doxygen")
if(LATEX_USABLE)
dune_add_latex_document(istl.tex FATHER_TARGET doc
BIB_FILES istl.bib DEFAULT_SAFEPDF IMAGES blockstructure.eps)
create_doc_install(istl.pdf
${CMAKE_INSTALL_DOCDIR} istl_safepdf)
endif(LATEX_USABLE)
dune_add_latex_document(istl.tex FATHER_TARGET doc
BIB_FILES istl.bib DEFAULT_SAFEPDF IMAGES blockstructure.eps)
create_doc_install(istl.pdf
${CMAKE_INSTALL_DOCDIR} istl_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