diff --git a/notebooks/CMakeLists.txt b/notebooks/CMakeLists.txt index 5a0eb0f7e7ec10e3f3cae3c40b62db0172285c27..546afd7c472be35d925c143a5cfe678329708815 100644 --- a/notebooks/CMakeLists.txt +++ b/notebooks/CMakeLists.txt @@ -4,3 +4,13 @@ file(COPY unitcube-2d.dgf DESTINATION ${SPHINXDIR}) add_sphinx_files(notebooks ) + +set(JUPYTER_FILES + dunefunctions.ipynb + evolve.hh + finiteelements.ipynb + finitevolume.ipynb + taylorhood.hh +) + +install(FILES ${JUPYTER_FILES} DESTINATION ${CMAKE_INSTALL_FULL_DOCDIR}/jupyter)