mirror of
https://github.com/ceph/ceph
synced 2025-01-01 08:32:24 +00:00
270a7bdd94
While creating a spec file for CEPH, rpmbuild was complaining because make install was copying the manpages in, and then copying them in again. This is because man_MANS and dist_man_MANS are supposed to be two seperate lists that do not overlap. So make install would install all the man pages in the man_MANS list and the dist_man_MANS list. This patch kills the dist_man_MANS thing to keep this from happening. This made rpmbuild happy, which makes me happy :). Thanks, Signed-off-by: Josef Bacik <josef@redhat.com> |
||
---|---|---|
.. | ||
cconf.8 | ||
ceph.8 | ||
cfuse.8 | ||
cmds.8 | ||
cmon.8 | ||
cosd.8 | ||
crun.8 | ||
crushtool.8 | ||
csyn.8 | ||
Makefile.am | ||
mkcephfs.8 | ||
mkmonfs.8 | ||
monmaptool.8 | ||
mount.ceph.8 | ||
osdmaptool.8 | ||
radosgw_admin.8 | ||
radosgw.8 |