Date: Tue, 18 Aug 1998 15:17:35 +0300 (IDT) From: Eli Zaretskii To: slowhand cc: djgpp AT delorie DOT com Subject: Re: Beginner in programming C++ with DJGPP compiler In-Reply-To: <6r9l1q$kc3$1@cletus.bright.net> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Precedence: bulk On Sun, 16 Aug 1998, slowhand wrote: > 1.) Open the rhide.inf file in an editor which supports cut and paste > between widows/sessions. > 2.) Find the section of text between the "ST-INF-DIR-ENTRY" and > "END-INF-DIR-ENTRY" labels. > 3.) Copy this section to the clipboard or to a file or whatever. > 4.) Append or concatenate the section just copied to the dir.txi file (I put > it at the very beginning). > 5.) Run the makeinfo util using the dir.txi as the input file; to wit: > D:\...\makeinfo dir.txi A much easier way is to use the `install-info.exe' program which comes with the Texinfo package (v2gnu/txi312b.zip). It will identify the above section and edit the DIR file for you.