This is the mail archive of the cluster-cvs@sourceware.org mailing list for the cluster.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

rgmanager: master - build: fix doc Makefile to stub targets


Gitweb:        http://git.fedorahosted.org/git/rgmanager.git?p=rgmanager.git;a=commitdiff;h=6f956596e0fb4cffcee95dd84d482a2d7f7ecd7e
Commit:        6f956596e0fb4cffcee95dd84d482a2d7f7ecd7e
Parent:        769fdacb8892b3e757cc9388b5fff7380ee08503
Author:        Fabio M. Di Nitto <fdinitto@redhat.com>
AuthorDate:    Mon May 4 12:22:38 2009 +0200
Committer:     Fabio M. Di Nitto <fdinitto@redhat.com>
CommitterDate: Mon May 4 12:22:38 2009 +0200

build: fix doc Makefile to stub targets

Signed-off-by: Fabio M. Di Nitto <fdinitto@redhat.com>
---
 doc/Makefile |    4 ++++
 1 files changed, 4 insertions(+), 0 deletions(-)

diff --git a/doc/Makefile b/doc/Makefile
index 3af5e4c..24192ba 100644
--- a/doc/Makefile
+++ b/doc/Makefile
@@ -7,6 +7,10 @@ DOCS =	gfs2.txt \
 	COPYRIGHT \
 	README.licence
 
+all:
+
+clean:
+
 include ../make/defines.mk
 include $(OBJDIR)/make/install.mk
 include $(OBJDIR)/make/uninstall.mk


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]