dlm: master - dlm_stonith: install man page

David Teigland teigland at fedoraproject.org
Thu Aug 1 17:04:15 UTC 2013


Gitweb:        http://git.fedorahosted.org/git/?p=dlm.git;a=commitdiff;h=f8a4ed037cc32ef77ecce635a072859356c9e300
Commit:        f8a4ed037cc32ef77ecce635a072859356c9e300
Parent:        01b5a1828fa3817ff1c6b8dd9bb024750eea830f
Author:        David Teigland <teigland at redhat.com>
AuthorDate:    Thu Aug 1 12:03:44 2013 -0500
Committer:     David Teigland <teigland at redhat.com>
CommitterDate: Thu Aug 1 12:03:44 2013 -0500

dlm_stonith: install man page

Signed-off-by: David Teigland <teigland at redhat.com>
---
 fence/Makefile |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/fence/Makefile b/fence/Makefile
index b4c59dd..77bf0fd 100644
--- a/fence/Makefile
+++ b/fence/Makefile
@@ -1,10 +1,10 @@
 DESTDIR=
 PREFIX=/usr
 BINDIR=$(PREFIX)/sbin
-#MANDIR=$(PREFIX)/share/man
+MANDIR=$(PREFIX)/share/man
 
 BIN_TARGET = dlm_stonith
-#MAN_TARGET = dlm_stonith.8
+MAN_TARGET = dlm_stonith.8
 
 BIN_SOURCE = stonith_helper.c
 
@@ -53,5 +53,5 @@ install: all
 	$(INSTALL) -d $(DESTDIR)/$(BINDIR)
 	$(INSTALL) -d $(DESTDIR)/$(MANDIR)/man8
 	$(INSTALL) -c -m 755 $(BIN_TARGET) $(DESTDIR)/$(BINDIR)
-#	$(INSTALL) -m 644 $(MAN_TARGET) $(DESTDIR)/$(MANDIR)/man8/
+	$(INSTALL) -m 644 $(MAN_TARGET) $(DESTDIR)/$(MANDIR)/man8/
 


More information about the cluster-commits mailing list