public inbox for cluster-cvs@sourceware.org
help / color / mirror / Atom feed
* cluster: STABLE3 - fence: fix fence agents man page installation
@ 2009-02-24 13:25 Fabio M. Di Nitto
  0 siblings, 0 replies; only message in thread
From: Fabio M. Di Nitto @ 2009-02-24 13:25 UTC (permalink / raw)
  To: cluster-cvs-relay

Gitweb:        http://git.fedorahosted.org/git/cluster.git?p=cluster.git;a=commitdiff;h=2700dce4976a43bc56ea273cd51e6622fcdde58f
Commit:        2700dce4976a43bc56ea273cd51e6622fcdde58f
Parent:        f6b31b3794e4937a65f6a05c736c372c9b7575aa
Author:        Fabio M. Di Nitto <fdinitto@redhat.com>
AuthorDate:    Tue Feb 24 14:24:55 2009 +0100
Committer:     Fabio M. Di Nitto <fdinitto@redhat.com>
CommitterDate: Tue Feb 24 14:24:55 2009 +0100

fence: fix fence agents man page installation

Signed-off-by: Fabio M. Di Nitto <fdinitto@redhat.com>
---
 fence/man/Makefile |   12 +++++++-----
 1 files changed, 7 insertions(+), 5 deletions(-)

diff --git a/fence/man/Makefile b/fence/man/Makefile
index 16fcd4e..36dfef4 100644
--- a/fence/man/Makefile
+++ b/fence/man/Makefile
@@ -1,5 +1,9 @@
-TARGET= fence.8 \
-	fenced.8  \
+include ../../make/defines.mk
+
+TARGET = fence.8 fenced.8 fence_node.8 fence_tool.8
+
+ifdef fence_agents
+TARGET += \
 	fence_ack_manual.8 \
 	fence_alom.8 \
 	fence_apc.8 \
@@ -18,14 +22,12 @@ TARGET= fence.8 \
 	fence_ldom.8 \
 	fence_manual.8 \
 	fence_mcdata.8 \
-	fence_node.8 \
 	fence_rackswitch.8 \
 	fence_rib.8 \
 	fence_rsa.8 \
 	fence_rsb.8 \
 	fence_sanbox2.8 \
 	fence_scsi.8 \
-	fence_tool.8 \
 	fence_vixel.8 \
 	fence_virsh.8 \
 	fence_vmware.8 \
@@ -34,6 +36,6 @@ TARGET= fence.8 \
 	fence_xvm.8 \
 	fence_xvmd.8 \
 	fence_zvm.8
+endif
 
-include ../../make/defines.mk
 include $(OBJDIR)/make/man.mk


^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2009-02-24 13:25 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2009-02-24 13:25 cluster: STABLE3 - fence: fix fence agents man page installation Fabio M. Di Nitto

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).