Message-ID: <002001c2799d$bec98760$0a02a8c0@p4> From: "Andrew Cottrell" To: "Eli Zaretskii" , "Laurynas Biveinis" Cc: References: <44311794386 DOT 20021021215359 AT softhome DOT net> Subject: Re: Minor glitch in 2.04 binary archives Date: Tue, 22 Oct 2002 17:36:02 +1000 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 6.00.2800.1106 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1106 Reply-To: djgpp-workers AT delorie DOT com Lauryans, > Some archives from 2.04 update site have one bug: it's impossible to > read info manual, neither by 'info make' nor 'info -fmake.inf'. Are there problems with other files besides make? I have limited time and as such I usually concentrate on getting the executables correct. > I think that's because all info docs in zips have 8.3-friendly > extensions (.inf instead of .info, .i1 instead of .info-1), but > the references in e.g. make.info file still say make.info-1 etc. > If I replace by hand all those references to .i1 etc, then everything > works. The make is an alpha release from Simtel. The make sources have the LFN info, but the binary file manifest uses SFN and as such it is picking up some old files and not using the new files. On the next clio update I will be moving to make 3.80 if all goes well between now and then. It also produces LFN docs in the standard build. > I think you need some little script like Andris uses to automatically > adjust info documentation for SFN system. (If the link to distrib.zip > from status page was real, maybe I would had sent a patch ;) I don't have a link to distrib.zip if you need to get it via FTP, this was done so that newbies wouldn't download it any try to use it. Eli, What is the correct procedure in order to produce the info files from the 3.79.2a sources? In make 3.80 there is a doc directory and it also produces LFN info docs. If I delete the make.info* files and do a make the makeinfo produces LFN info files. Thanks, Andrew