This website requires JavaScript.
Explore
Help
Sign In
RepoMirrors
/
ceph
mirror of
https://github.com/ceph/ceph
Watch
1
Star
0
Fork
You've already forked ceph
0
Code
Issues
Packages
Projects
Releases
Wiki
Activity
a878460962
ceph
/
man
/
CMakeLists.txt
5 lines
94 B
CMake
Raw
Normal View
History
Unescape
Escape
cmake: build man pages Signed-off-by: Kefu Chai <kchai@redhat.com>
2016-05-11 13:29:15 +00:00
if
(
WITH_SELINUX
)
install
(
FILES
ceph_selinux.8
D
E
S
T
I
N
A
T
I
O
N
$
{
C
E
P
H
_
M
A
N
_
D
I
R
}
/
m
a
n
8
)
cmake: conditionally install man pages this matches its counterpart in automake * install fuse related man pages only if HAVE_LIBFUSE * install rbd related man pages only if WITH_RBD Signed-off-by: Kefu Chai <kchai@redhat.com>
2016-03-25 15:46:25 +00:00
endif
(
)