public inbox for cluster-cvs@sourceware.org
help / color / mirror / Atom feed
* cluster: STABLE3 - build: install cluster relaxng schema
@ 2009-03-24 21:04 Fabio M. Di Nitto
  0 siblings, 0 replies; only message in thread
From: Fabio M. Di Nitto @ 2009-03-24 21:04 UTC (permalink / raw)
  To: cluster-cvs-relay

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}


^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2009-03-24 21:04 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2009-03-24 21:04 cluster: STABLE3 - build: install cluster relaxng schema Fabio M. Di Nitto

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).