From xemacs-m  Sun Dec 29 18:54:00 1996
Received: from altair.xemacs.org (steve@xemacs.miranova.com [206.190.83.19])
          by xemacs.cs.uiuc.edu (8.8.4/8.8.4) with ESMTP
	  id SAA11991 for <xemacs-beta@xemacs.org>; Sun, 29 Dec 1996 18:53:59 -0600 (CST)
Received: (from steve@localhost)
          by altair.xemacs.org (8.8.4/8.8.4)
	  id RAA01081; Sun, 29 Dec 1996 17:04:32 -0800
Sender: steve@xemacs.org
To: xemacs-beta@xemacs.org
Subject: Re: Installing info files broken in 20.0-b33
References: <of0hgl5o2ep.fsf@pippin.ntc.nokia.com>
X-Url: http://www.miranova.com/%7Esteve/
Mail-Copies-To: never
X-Face: #!T9!#9s-3o8)*uHlX{Ug[xW7E7Wr!*L46-OxqMu\xz23v|R9q}lH?cRS{rCNe^'[`^sr5"
 f8*@r4ipO6Jl!:Ccq<xoV[Qz2u8<8-+Vwf2gzJ44lf_/y9OaQ`@#Q65{U4/TC)i2`~/M&QI$X>p:9I
 OSS'2{-)-4wBnVeg0S\O4Al@)uC[pD|+
X-Attribution: sb
From: Steven L Baur <steve@miranova.com>
In-Reply-To: Pekka Marjola's message of 29 Dec 1996 16:23:10 +0200
Mime-Version: 1.0 (generated by tm-edit 7.100)
Content-Type: text/plain; charset=US-ASCII
Date: 29 Dec 1996 17:04:31 -0800
Message-ID: <m2916gkfkw.fsf@altair.xemacs.org>
Lines: 29
X-Mailer: Red Gnus v0.72/XEmacs 20.0

>>>>> "Pema" == Pekka Marjola <pema@iki.fi> writes:

Pema> Only the *.info files were installed (*.info.gz). None of the
Pema> *.info-[1-9]* were installed. 

Thanks for the report.  Does this patch make things work any better?

Index: Makefile.in
===================================================================
RCS file: /usr/local/xemacs/xemacs-20.0/Makefile.in,v
retrieving revision 1.2
diff -u -r1.2 Makefile.in
--- Makefile.in	1996/12/28 21:02:45	1.2
+++ Makefile.in	1996/12/30 01:02:15
@@ -393,7 +393,7 @@
 	   if [ ! -f ${infodir}/dir ] && [ -f dir ]; then \
 	     ${INSTALL_DATA} ${srcdir}/info/dir ${infodir}/dir ; \
 	   fi ; \
-	   for f in *.info ; do \
+	   for f in *.info* ; do \
 	     ${INSTALL_DATA} ${srcdir}/info/$$f ${infodir}/$$f ; \
 	     chmod 0644 ${infodir}/$$f; \
 	     gzip -9 ${infodir}/$$f; \

-- 
steve@miranova.com baur
Unsolicited commercial e-mail will be billed at $250/message.
"That Bill Clinton.  He probably doesn't know how to log on to the
Internet."  -- Rush Limbaugh, noted Computer Expert

