From: Nathan Cutler Date: Tue, 26 Jul 2016 14:26:59 +0000 (+0200) Subject: man/Makefile-client.am: drop legacy cephfs tool X-Git-Tag: ses5-milestone5~286^2 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=2b877cafe83052d8b93752195b5416e65d93037b;p=ceph.git man/Makefile-client.am: drop legacy cephfs tool Somehow c76c31d312ce7a623acd99dbdedfe471c0cd445f missed this bit. Signed-off-by: Nathan Cutler --- diff --git a/man/Makefile-client.am b/man/Makefile-client.am index ae3dd7a70ca6..0c4b6129f204 100644 --- a/man/Makefile-client.am +++ b/man/Makefile-client.am @@ -24,11 +24,6 @@ dist_man_MANS += \ rbdmap.8 endif -if WITH_CEPHFS -dist_man_MANS += \ - cephfs.8 -endif - if WITH_FUSE dist_man_MANS += \ rbd-fuse.8 \