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]

gfs2-utils: master - build: fix doc Makefile to stub targets


Gitweb:        http://git.fedorahosted.org/git/gfs2-utils.git?p=gfs2-utils.git;a=commitdiff;h=3b879381972672e17bfb286bfee30d9ca2c3c12a
Commit:        3b879381972672e17bfb286bfee30d9ca2c3c12a
Parent:        26802211674ec5cfdc070a48fa4b96a11648c62d
Author:        Fabio M. Di Nitto <fdinitto@redhat.com>
AuthorDate:    Mon May 4 12:23:48 2009 +0200
Committer:     Fabio M. Di Nitto <fdinitto@redhat.com>
CommitterDate: Mon May 4 12:23:48 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 674f342..8665d14 100644
--- a/doc/Makefile
+++ b/doc/Makefile
@@ -6,6 +6,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]