Newsgroups: comp.os.msdos.djgpp From: manni DOT heumann AT gmx DOT de (Manni Heumann) Subject: Re: C++ information References: <01bf870e$72e89400$5f84b7d8 AT dave> <7g39cs427mp1dmht1n9pmlss5eu5r2snl0 AT 4ax DOT com> <38C99300 DOT B159ADC3 AT gtcom DOT net> <38C9F7CF DOT A3702FA2 AT gtcom DOT net> X-Newsreader: News Xpress 2.01 Date: Sat, 11 Mar 2000 10:43:16 GMT NNTP-Posting-Host: dhcp33-226.uni-bielefeld.de Message-ID: <38ca2348_1@news.uni-bielefeld.de> X-Trace: 11 Mar 2000 11:43:20 +0200, dhcp33-226.uni-bielefeld.de Lines: 37 To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Reply-To: djgpp AT delorie DOT com In article <38C9F7CF DOT A3702FA2 AT gtcom DOT net>, krogg DOT no DOT to DOT spam AT gtcom DOT net wrote: >Prashant TR wrote: >> >> Krogg writes: >> >> > PLEASE tell me that there is a utility i can download that >> > will convert .info files to Html...... >> >> There's no utility to convert info files to HTML. But you can convert texinfo >> files to HTML (.texinfo are the sources for info files). > >After hours of searching i ahve figured that out...so my problem >would be in getting the .texinfo files that i need......I got >the feeling that i aint gonna find them unless by chance >C:\djgpp\gnu\libgxx-2.811\libgpp\libgpp.texi is what i am looking >for.... Taking a quick look with a text editor,looks like it is. > > You will find it in the source package of ligpp (lgp2811s.zip). > >> There's a utility called texi2htm that does this. > >I have found 2 and they are perl scripts....... >I installed perl for dos and even tried to use the scripts but >i can quite seem to get it to work for me... > I don't know about any extra programs. AFAIK all you need is makeinfo: makeinfo --html libgpp.texi -o libgpp.html But what's so bad about info anyway? -- Manni