mirror of
https://github.com/ceph/ceph
synced 2024-12-25 21:03:31 +00:00
man: move ENABLE_* to Makefile.am
This commit is contained in:
parent
e531dd4b37
commit
5cbe5ca6d3
@ -1,5 +1,3 @@
|
||||
if ENABLE_CLIENT
|
||||
|
||||
dist_man_MANS += \
|
||||
ceph-syn.8 \
|
||||
ceph-conf.8 \
|
||||
@ -39,5 +37,3 @@ dist_man_MANS += \
|
||||
radosgw.8 \
|
||||
radosgw-admin.8
|
||||
endif
|
||||
|
||||
endif # ENABLE_CLIENT
|
||||
|
@ -1,5 +1,3 @@
|
||||
if ENABLE_SERVER
|
||||
|
||||
dist_man_MANS += \
|
||||
ceph-deploy.8 \
|
||||
crushtool.8 \
|
||||
@ -26,5 +24,3 @@ if WITH_MDS
|
||||
dist_man_MANS += \
|
||||
ceph-mds.8
|
||||
endif
|
||||
|
||||
endif # ENABLE_SERVER
|
||||
|
@ -2,5 +2,10 @@ AUTOMAKE_OPTIONS = gnu
|
||||
|
||||
dist_man_MANS =
|
||||
|
||||
include arch/Makefile-client.am
|
||||
include auth/Makefile-server.am
|
||||
if ENABLE_CLIENT
|
||||
include Makefile-client.am
|
||||
endif
|
||||
|
||||
if ENABLE_SERVER
|
||||
include Makefile-server.am
|
||||
endif
|
||||
|
Loading…
Reference in New Issue
Block a user