cluster: STABLE3 - build: install cluster relaxng schema

Fabio M. Di Nitto fabbione@fedoraproject.org
Tue Mar 24 21:04:00 GMT 2009


Gitweb:        http://git.fedorahosted.org/git/cluster.git?p=cluster.git;a=commitdiff;h=1ef36603e44fcb3375f0311fffb2ddf6954bfa84
Commit:        1ef36603e44fcb3375f0311fffb2ddf6954bfa84
Parent:        bc35ee114614a599b6638a60c30b953d5f61dc0f
Author:        Fabio M. Di Nitto <fdinitto@redhat.com>
AuthorDate:    Tue Mar 24 22:02:31 2009 +0100
Committer:     Fabio M. Di Nitto <fdinitto@redhat.com>
CommitterDate: Tue Mar 24 22:02:31 2009 +0100

build: install cluster relaxng schema

install cluster.rng on the system for further use

Signed-off-by: Fabio M. Di Nitto <fdinitto@redhat.com>
---
 config/tools/Makefile     |    2 +-
 config/tools/xml/Makefile |   14 ++++++++++++++
 2 files changed, 15 insertions(+), 1 deletions(-)

diff --git a/config/tools/Makefile b/config/tools/Makefile
index 04cc742..e695417 100644
--- a/config/tools/Makefile
+++ b/config/tools/Makefile
@@ -1,4 +1,4 @@
 include ../../make/defines.mk
 include $(OBJDIR)/make/passthrough.mk
 
-SUBDIRS=ccs_tool ldap man
+SUBDIRS=ccs_tool ldap xml man
diff --git a/config/tools/xml/Makefile b/config/tools/xml/Makefile
new file mode 100644
index 0000000..b301eae
--- /dev/null
+++ b/config/tools/xml/Makefile
@@ -0,0 +1,14 @@
+include ../../../make/defines.mk
+
+TARGET	= cluster.rng
+
+all:
+
+clean:
+
+install:
+	install -d ${sharedir}
+	install -m644 ${TARGET} ${sharedir}
+
+uninstall:
+	${UNINSTALL} ${TARGET} ${sharedir}



More information about the Cluster-cvs mailing list