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]

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


Gitweb:        http://git.fedorahosted.org/git/fence.git?p=fence.git;a=commitdiff;h=1ad8a83754a75195f8143e5aec6e5a7d55a9852b
Commit:        1ad8a83754a75195f8143e5aec6e5a7d55a9852b
Parent:        ad69b029a866c35d009537d3e47bf44cf133ca63
Author:        Fabio M. Di Nitto <fdinitto@redhat.com>
AuthorDate:    Mon May 4 12:23:41 2009 +0200
Committer:     Fabio M. Di Nitto <fdinitto@redhat.com>
CommitterDate: Mon May 4 12:23:41 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]