Update CMakeLists.txt
authorJürgen Weigert <jnweiger@gmail.com>
Fri, 24 Mar 2017 16:49:20 +0000 (17:49 +0100)
committerMarkus Goetz <markus@woboq.com>
Fri, 24 Mar 2017 17:31:29 +0000 (18:31 +0100)
remove doc-man target in doc/CMakeLists.txt https://github.com/owncloud/client/issues/2153

doc/CMakeLists.txt

index dbca98a7d8681a1bf22365f747d0c7496f02ec36..ad3825223c11737f17674c8b9ce38dd2b914459d 100644 (file)
@@ -20,9 +20,9 @@ if(SPHINX_FOUND)
     configure_file("${CMAKE_CURRENT_SOURCE_DIR}/conf.py.in" conf.py @ONLY)
 
     if(WITH_DOC)
-       add_custom_target(doc ALL DEPENDS doc-html doc-man COMMENT "Building documentation...")
+       add_custom_target(doc ALL DEPENDS doc-html COMMENT "Building documentation...")
     else(WITH_DOC)
-       add_custom_target(doc DEPENDS doc-html doc-man COMMENT "Building documentation...")
+       add_custom_target(doc DEPENDS doc-html COMMENT "Building documentation...")
     endif(WITH_DOC)
 
     if (EXISTS "${CMAKE_CURRENT_SOURCE_DIR}/ocdoc/_shared_assets")