* [Cluster-devel] cluster/group/man Makefile
@ 2007-08-17 18:52 teigland
0 siblings, 0 replies; only message in thread
From: teigland @ 2007-08-17 18:52 UTC (permalink / raw)
To: cluster-devel.redhat.com
CVSROOT: /cvs/cluster
Module name: cluster
Changes by: teigland at sourceware.org 2007-08-17 18:52:27
Added files:
group/man : Makefile
Log message:
add makefile
Patches:
http://sourceware.org/cgi-bin/cvsweb.cgi/cluster/group/man/Makefile.diff?cvsroot=cluster&r1=NONE&r2=1.1
/cvs/cluster/cluster/group/man/Makefile,v --> standard output
revision 1.1
--- cluster/group/man/Makefile
+++ - 2007-08-17 18:52:27.338833000 +0000
@@ -0,0 +1,31 @@
+###############################################################################
+###############################################################################
+##
+## Copyright (C) 2007 Red Hat, Inc. All rights reserved.
+##
+## This copyrighted material is made available to anyone wishing to use,
+## modify, copy, or redistribute it subject to the terms and conditions
+## of the GNU General Public License v.2.
+##
+###############################################################################
+###############################################################################
+
+include ../../make/defines.mk
+
+TARGET8 = \
+ dlm_controld.8 \
+ gfs_controld.8 \
+ group_tool.8 \
+ groupd.8
+
+all:
+
+clean:
+
+install:
+ install -d ${mandir}/man8
+ install ${TARGET8} ${mandir}/man8
+
+uninstall:
+ ${UNINSTALL} ${TARGET8} ${mandir}/man8
+
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2007-08-17 18:52 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2007-08-17 18:52 [Cluster-devel] cluster/group/man Makefile teigland
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 NNTP newsgroup(s).