diff options
Diffstat (limited to 'qpid/cpp/docs')
| -rw-r--r-- | qpid/cpp/docs/api/CMakeLists.txt | 4 | ||||
| -rw-r--r-- | qpid/cpp/docs/man/CMakeLists.txt | 2 |
2 files changed, 3 insertions, 3 deletions
diff --git a/qpid/cpp/docs/api/CMakeLists.txt b/qpid/cpp/docs/api/CMakeLists.txt index 828d706b91..79e0d58db5 100644 --- a/qpid/cpp/docs/api/CMakeLists.txt +++ b/qpid/cpp/docs/api/CMakeLists.txt @@ -17,7 +17,7 @@ # under the License. # -if (GEN_DOXYGEN) +if (BUILD_DOCS) # The user.doxygen.in file was originally written for a # configure-generated situation so makes use of configure names that # need to be set from the CMake equivalents. @@ -42,4 +42,4 @@ if (GEN_DOXYGEN) "${QPID_INSTALL_HTMLDIR}/index.html" "Qpid C++ API Documentation" "https://issues.apache.org/jira/browse/QPID" "Report Qpid Problem") endif (CPACK_GENERATOR STREQUAL "NSIS") -endif (GEN_DOXYGEN) +endif (BUILD_DOCS) diff --git a/qpid/cpp/docs/man/CMakeLists.txt b/qpid/cpp/docs/man/CMakeLists.txt index 3c006900c9..fe94dc25f2 100644 --- a/qpid/cpp/docs/man/CMakeLists.txt +++ b/qpid/cpp/docs/man/CMakeLists.txt @@ -18,5 +18,5 @@ # INSTALL (FILES qpidd.1 - DESTINATION ${QPID_MAN_DIR}/man1) + DESTINATION ${QPID_INSTALL_MANDIR}/man1) |
