From: tsteven4 <13596209+tsteven4@users.noreply.github.com> Date: Thu, 6 Jan 2022 22:40:29 +0000 (-0700) Subject: tweak cmake org target. (#815) X-Git-Tag: archive/raspbian/1.10.0+ds-2+rpi1~1^2~12^2~2^2~6 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=4a23a5850bb70f66b8f5a538d0f5636c036a74f4;p=gpsbabel.git tweak cmake org target. (#815) --- diff --git a/CMakeLists.txt b/CMakeLists.txt index 19b93b3e9..2a7d805c1 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -521,8 +521,9 @@ endif() if(CMAKE_SOURCE_DIR STREQUAL CMAKE_BINARY_DIR) set(WEB "../babelweb" CACHE PATH "Path where the documentation will be stored for www.gpsbabel.org.") add_custom_target(gpsbabel.org - ${CMAKE_BINARY_DIR}/tools/make_gpsbabel_org.sh ${WEB} ${DOCVERSION} - DEPENDS gpsbabel gpsbabel.pdf) + ${CMAKE_SOURCE_DIR}/tools/make_gpsbabel_org.sh ${WEB} ${DOCVERSION} + DEPENDS gpsbabel gpsbabel.pdf + VERBATIM) endif() if(CMAKE_SOURCE_DIR STREQUAL CMAKE_BINARY_DIR)