To: squirrel AT ringo DOT ssn DOT flinders DOT edu DOT au (Mr Squirrel) Cc: djgpp AT sun DOT soe DOT clarkson DOT edu Subject: Re: Documentation on Djgpp Date: Thu, 24 Nov 94 09:36:18 +0200 From: "Eli Zaretskii" > (fingers crossed :-)). Anyway, I notice that the only documentation > about the various utilities is associated with the info mode of emacs. There is also a stand-alone Info reader (get the files txi310bn.zip and txi310dc.zip from the same site you got djgpp). This allows you to browse the docs even if you don't use an Emacs-like editor. > in postscript format) of these utilities. So, is there a way of doing > this in info (unfortunately I am not very familiar with info) or another > utility for generating this. Or is there a net site that has this on it. Info has a command to print a ``node'' (chapter for the rest of us) of a docs file. You can produse .dvi file with a program called TEXI2DVI or a .ps file with a TeX program, but these are *HUGE* files, and I won't recommend doing this (you would have to carry a real large pile of paper near your workplace).