public inbox for cluster-cvs@sourceware.org help / color / mirror / Atom feed
From: "Fabio M. Di Nitto" <fabbione@fedoraproject.org> To: cluster-cvs-relay@redhat.com Subject: cluster: STABLE3 - build: install cluster relaxng schema Date: Tue, 24 Mar 2009 21:04:00 -0000 [thread overview] Message-ID: <20090324210357.E6BF81201A0@lists.fedorahosted.org> (raw) 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}
reply other threads:[~2009-03-24 21:04 UTC|newest] Thread overview: [no followups] expand[flat|nested] mbox.gz Atom feed
Reply instructions: You may reply publicly to this message via plain-text email using any one of the following methods: * Save the following mbox file, import it into your mail client, and reply-to-all from there: mbox Avoid top-posting and favor interleaved quoting: https://en.wikipedia.org/wiki/Posting_style#Interleaved_style * Reply using the --to, --cc, and --in-reply-to switches of git-send-email(1): git send-email \ --in-reply-to=20090324210357.E6BF81201A0@lists.fedorahosted.org \ --to=fabbione@fedoraproject.org \ --cc=cluster-cvs-relay@redhat.com \ /path/to/YOUR_REPLY https://kernel.org/pub/software/scm/git/docs/git-send-email.html * If your mail client supports setting the In-Reply-To header via mailto: links, try the mailto: linkBe sure your reply has a Subject: header at the top and a blank line before the message body.
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).