Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/desktop.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHefee <hefee@netzguerilla.net>2017-12-03 18:52:58 +0300
committerMarkus Goetz <markus@woboq.com>2017-12-04 14:37:30 +0300
commit1a1ab92ed9c80531a349e265f93d60b820717923 (patch)
tree87221c44af3621b85975aa73ef6394497445fd8d /CMakeLists.txt
parentb29e9b931d70476c621e4d4deedaa6076d2539a0 (diff)
make doc-man working again.
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r--CMakeLists.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 022aaccc2..fbfeecae8 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -243,6 +243,7 @@ set(WITH_TESTING ${UNIT_TESTING})
if(BUILD_CLIENT)
add_subdirectory(src)
if(NOT BUILD_LIBRARIES_ONLY)
+ add_subdirectory(man)
add_subdirectory(doc)
add_subdirectory(doc/dev)
if(IS_DIRECTORY ${CMAKE_SOURCE_DIR}/admin)