From 9979d69ff71e3dda418f6d692b727f051d3e4d2b Mon Sep 17 00:00:00 2001 From: Johannes Löthberg Date: Sun, 16 Nov 2014 19:32:31 +0100 Subject: src/CMakeLists: Build manpage in build directory not src --- doc/CMakeLists.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'doc') diff --git a/doc/CMakeLists.txt b/doc/CMakeLists.txt index bf45df2..d0d1597 100644 --- a/doc/CMakeLists.txt +++ b/doc/CMakeLists.txt @@ -5,8 +5,8 @@ add_custom_target(man ALL -q -b man -Dversion="${PACKAGE_VERSION}" "${CMAKE_CURRENT_SOURCE_DIR}" - "${CMAKE_CURRENT_SOURCE_DIR}" + "${CMAKE_CURRENT_BINARY_DIR}" COMMENT "Building man page with Sphinx" ) -INSTALL(FILES "yawa.1" DESTINATION "share/man/man1") +INSTALL(FILES "${CMAKE_CURRENT_BINARY_DIR}/yawa.1" DESTINATION "share/man/man1") -- cgit v1.2.3-54-g00ecf