From: jt AT boxhill DOT com (Jason Tishler) Subject: Re: man? - solved 7 Feb 1997 09:55:43 -0800 Approved: cygnus DOT gnu-win32 AT cygnus DOT com Distribution: cygnus Message-ID: <32FB346D.70DD.cygnus.gnu-win32@boxhill.com> References: Reply-To: jt AT boxhill DOT com Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Mailer: Mozilla 3.0Gold (WinNT; I) Original-To: "Who cares..." Original-CC: gnu-win32 Original-Sender: owner-gnu-win32 AT cygnus DOT com Who cares... wrote: > tried that and it didn't work, here is my script... > > export GROFF_FONT_PATH=/gnu-extras/share/groff/font > export GROFF_TMAC_PATH=/gnu-extras/share/groff/tmac > ROOTDIR=/cygnus > MANDIR=/cygnus/man/man1 > cd $ROOTDIR > troff -man -Tascii $MANDIR/$1.1 | grotty 2>nul: > > and here is my mount info: > > Device Directory Type Flags > ... some lines deleted ... > d:\cygnus\H-i386-cygwin32 /gnu-extras > d:\cygnus /cygnus Recall that this version of troff is not gnu-win32 and will not understand gnu-win32 style mounts. From the above mount output, I conclude that your share/groff directory is under d:\cygnus\H-i386-cygwin32. If I'm correct, then change the definition of GROFF_FONT_PATH and GROFF_TMAC_PATH in man to: export GROFF_FONT_PATH=/cygnus/H-i386-cygwin32/share/groff/font export GROFF_TMAC_PATH=/cygnus/H-i386-cygwin32/share/groff/tmac If I'm not, then change the above as appropriate but use Windows style directories (with forward slashes) and not gnu-win32 style mount directories. Jason -- Jason Tishler Phone: +1 (212) 989-4455 ext. 120 Box Hill Systems Corporation Fax: +1 (212) 989-6817 161 Avenue of the Americas Email: jt AT boxhill DOT com New York, NY 10013 USA WWW: http://www.boxhill.com - For help on using this list, send a message to "gnu-win32-request AT cygnus DOT com" with one line of text: "help".