From mboxrd@z Thu Jan 1 00:00:00 1970 From: "Eli Zaretskii" To: ac131313@localhost.cygnus.com Cc: gdb@sources.redhat.com Subject: Re: [5.1] DOS and gdb/doc/*.info* Date: Sat, 20 Oct 2001 21:33:00 -0000 Message-id: <9003-Sun21Oct2001063302+0200-eliz@is.elta.co.il> References: <20011020223324.BA4AA3CCD@localhost.cygnus.com> X-SW-Source: 2001-10/msg00215.html > Date: Sat, 20 Oct 2001 18:33:24 -0400 (EDT) > From: ac131313@localhost.cygnus.com (Andrew Cagney) > > How does dos handle all the info files in gdb/doc? They certainly are not 8.3 > compliant. If you mean the *.info-* files, then the program used to unpack the distribution (invoked by djunpack.bat) knows about these names (they are in every GNU package) and renames them into *.i*, so that gdb.info-1 becomes gdb.i1 etc. (I need then tweak gdb.info's Tag Table when I prepare a binary DJGPP release.)