From c21c80db255b6976c6a6a15f45aac72c9994dcc8 Mon Sep 17 00:00:00 2001 From: Florent Pruvost <florent.pruvost@inria.fr> Date: Tue, 29 Aug 2017 13:58:47 +0200 Subject: [PATCH] figures are now in chapters --- doc/orgmode/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/orgmode/CMakeLists.txt b/doc/orgmode/CMakeLists.txt index f1752e532..ef57bba41 100644 --- a/doc/orgmode/CMakeLists.txt +++ b/doc/orgmode/CMakeLists.txt @@ -50,7 +50,7 @@ set(FIGURES_HTML ) foreach(_fig ${FIGURES}) - configure_file(${CMAKE_CURRENT_SOURCE_DIR}/figures/${_fig} + configure_file(${CMAKE_CURRENT_SOURCE_DIR}/chapters/${_fig} ${CMAKE_CURRENT_BINARY_DIR}/${_fig} COPYONLY) endforeach() -- GitLab