radium and racluster man pages: argus-clients-3.0.0.rc.9

Gabriel L. Somlo somlo at cmu.edu
Wed Jun 21 11:23:16 EDT 2006


Carter & all,

I just realized that the latest (rc.9) argus-clients makefile does not
install the man pages for racluster and radium. The attached patch
fixes that.

Thanks for applying -- Regards,


Gabriel
-------------- next part --------------
diff -NarU5 argus-clients-3.0.0.orig/Makefile.in argus-clients-3.0.0/Makefile.in
--- argus-clients-3.0.0.orig/Makefile.in	2006-06-16 14:43:04.000000000 -0400
+++ argus-clients-3.0.0/Makefile.in	2006-06-21 11:01:17.000000000 -0400
@@ -117,10 +117,18 @@
 		$(DESTDIR)@mandir@/man1/racluster.1
 	[ -d $(DESTDIR)@mandir@/man5 ] || \
 		(mkdir -p $(DESTDIR)@mandir@/man5; chmod 755 $(DESTDIR)@mandir@/man5)
 	$(INSTALL) -m 0644 $(srcdir)/man/man5/rarc.5 \
 		$(DESTDIR)@mandir@/man5/rarc.5
+	$(INSTALL) -m 0644 $(srcdir)/man/man5/racluster.5 \
+		$(DESTDIR)@mandir@/man5/racluster.5
+	$(INSTALL) -m 0644 $(srcdir)/man/man5/radium.conf.5 \
+		$(DESTDIR)@mandir@/man5/radium.conf.5
+	[ -d $(DESTDIR)@mandir@/man8 ] || \
+		(mkdir -p $(DESTDIR)@mandir@/man8; chmod 755 $(DESTDIR)@mandir@/man8)
+	$(INSTALL) -m 0644 $(srcdir)/man/man8/radium.8 \
+		$(DESTDIR)@mandir@/man8/radium.8
 
 install-doc:
 	make installdirs
 	[ -d $(DESTDIR)@prefix@ ] || \
 		(mkdir -p $(DESTDIR)@prefix@; chmod 755 $(DESTDIR)@prefix@)


More information about the argus mailing list