Skip to content
Snippets Groups Projects
Commit 77b4cf22 authored by Olivier Stasse's avatar Olivier Stasse
Browse files

[doc] Files generated from templates are located in BUILD_DIR.

parent 007ce380
No related branches found
No related tags found
No related merge requests found
...@@ -22,7 +22,7 @@ ...@@ -22,7 +22,7 @@
# #
MACRO(MANPAGE NAME) MACRO(MANPAGE NAME)
FIND_PROGRAM(POD2MAN pod2man) FIND_PROGRAM(POD2MAN pod2man)
CONFIGURE_FILE(${NAME}.pod.in ${NAME}.pod @ONLY) CONFIGURE_FILE(${NAME}.pod.in ${BUILD_DIR}/${NAME}.pod @ONLY)
ADD_CUSTOM_COMMAND( ADD_CUSTOM_COMMAND(
OUTPUT ${NAME}.1 OUTPUT ${NAME}.1
...@@ -53,7 +53,7 @@ ADD_CUSTOM_TARGET( ...@@ -53,7 +53,7 @@ ADD_CUSTOM_TARGET(
# Generate Doxygen configuration file. # Generate Doxygen configuration file.
CONFIGURE_FILE(package.dox.cmake package.dox) CONFIGURE_FILE(package.dox.cmake ${BUILD_DIR}/package.dox)
# Generating the Doxygen documentation # Generating the Doxygen documentation
ADD_CUSTOM_COMMAND( ADD_CUSTOM_COMMAND(
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment