Re: [Queue-developers] Queue 1.40.1 beta released
Brought to you by:
wkrebs
|
From: Mike C. <da...@ix...> - 2001-05-10 00:56:19
|
The info pages fail to install:
install-info --infodir=/usr/info /usr/info/queue.info
install-info: unrecognized option `--infodir=/usr/info'
Try `install-info --help' for a complete list of options.
Again, I had sent a previous message on this topic. The option is
--info-dir, NOT --infodir. Please note the extra hyphen.
The following patch is necessary:
--- Makefile.am.orig Sun May 6 04:39:14 2001
+++ Makefile.am Wed May 9 17:54:04 2001
@@ -105,7 +105,7 @@
$(INSTALL) -o $(Queue_OWNER) -m 600 profile $(DEST_queuedir)/wait/
-$(INSTALL) -m 755 -d $(DEST_infodir)
$(INSTALL) -m 644 doc/queue.info $(DEST_infodir)/
- -install-info --infodir=$(infodir) $(DEST_infodir)/queue.info
+ -install-info --info-dir=$(infodir) $(DEST_infodir)/queue.info
-$(INSTALL) -m 755 -d $(DEST_mandir)
-$(INSTALL) -m 755 -d $(DEST_mandir)/man1
$(INSTALL) -m 444 doc/queue.man $(DEST_mandir)/man1/queue.1
mrc
--
Mike Castle Life is like a clock: You can work constantly
da...@ix... and be right all the time, or not work at all
www.netcom.com/~dalgoda/ and be right at least twice a day. -- mrc
We are all of us living in the shadow of Manhattan. -- Watchmen
|