]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commitdiff
cmake: skip man/CMakeLists.txt
authorCasey Bodley <casey@cohortfs.com>
Fri, 22 May 2015 14:38:29 +0000 (10:38 -0400)
committerVu Pham <vu@mellanox.com>
Fri, 22 May 2015 18:09:29 +0000 (11:09 -0700)
man pages have to be preprocessed now, and can't be installed directly.
skip installing them until we add the cmake-fu to copy what man/Makefile.am
is doing

Signed-off-by: Casey Bodley <casey@cohortfs.com>
CMakeLists.txt

index b0779fcc596081d643f0ffb5231b6453faadfe30..3cae26ae35f706fbe7067975c8dc182c9e48e0d1 100644 (file)
@@ -241,4 +241,6 @@ set(OperatingSystem "Mac OS X")
 endif(${CMAKE_SYSTEM_NAME} MATCHES "Darwin")
 
 add_subdirectory(src)
-add_subdirectory(man)
+
+# man pages must be preprocessed, not supported yet
+#add_subdirectory(man)