Message-ID: <004601c27a86$f5421430$0100a8c0@p4> From: "Andrew Cottrell" To: "Eli Zaretskii" Cc: , References: <44311794386 DOT 20021021215359 AT softhome DOT net> <002001c2799d$bec98760$0a02a8c0 AT p4> <8011-Tue22Oct2002213653+0200-eliz AT is DOT elta DOT co DOT il> Subject: Re: Minor glitch in 2.04 binary archives Date: Wed, 23 Oct 2002 21:25:26 +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 > > 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. > > The modified directory structure in Make 3.80 breaks the > DJGPP-specific Makefile. You need patches to make that work again. I > will send those patches in a few days (sorry, I barely have time to > read my email these days). I have built all of the packages at clio twice with make 3.80 and I encounted no problems with make. In the mean time I will upload the make 3.80 make file binary as it will kill two items in the one, allow people to test make 3.80 and fix the info files. > > If I delete the make.info* files and do a make the makeinfo produces LFN > > info files. > > Simply edit doc/make.info by hand. That's what I do. I wrote a simple batch file that used sed to change the make.info- to mak.in and then make.info to make.inf for all the files and in the process renamed the output. I have checked that the info output files work and they do so.