From 5f85e68c7835ea0182fc5a330a915f8610914bed Mon Sep 17 00:00:00 2001 From: Florent Pruvost <florent.pruvost@inria.fr> Date: Tue, 29 Aug 2017 10:10:57 +0200 Subject: [PATCH] add required dependency --- doc/orgmode/CMakeLists.txt | 2 ++ 1 file changed, 2 insertions(+) diff --git a/doc/orgmode/CMakeLists.txt b/doc/orgmode/CMakeLists.txt index 124cbe2e2..f1752e532 100644 --- a/doc/orgmode/CMakeLists.txt +++ b/doc/orgmode/CMakeLists.txt @@ -70,6 +70,7 @@ if(EMACS_COMPILER) org-html-export-to-html --kill DEPENDS ${CMAKE_CURRENT_BINARY_DIR}/users_guide.org + ${CMAKE_CURRENT_BINARY_DIR}/version.org ) add_custom_command(OUTPUT users_guide.pdf COMMAND ${EMACS_COMPILER} @@ -79,6 +80,7 @@ if(EMACS_COMPILER) org-latex-export-to-pdf --kill DEPENDS ${CMAKE_CURRENT_BINARY_DIR}/users_guide.org + ${CMAKE_CURRENT_BINARY_DIR}/version.org ) add_custom_target(doc-html-users_guide ALL DEPENDS users_guide.html) add_custom_target(doc-pdf-users_guide ALL DEPENDS users_guide.pdf) -- GitLab