]> git.apps.os.sepia.ceph.com Git - ceph.git/commit
ceph: fix manpages so they are only installed once
authorJosef Bacik <josef@redhat.com>
Tue, 9 Feb 2010 16:24:23 +0000 (08:24 -0800)
committerSage Weil <sage@newdream.net>
Tue, 9 Feb 2010 16:24:41 +0000 (08:24 -0800)
commit270a7bdd9475e4b5a6512c9da72b5dfd82b36441
tree0e7e229b95fb6ccf72e0c3c2fa3a3cb052ae37e0
parent0ef0ab4b45e41eb427661b6bb2382e8ded0828a2
ceph: fix manpages so they are only installed once

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>
man/Makefile.am