Date: Thu, 20 Jul 2000 15:46:52 +0300 (IDT) From: Eli Zaretskii X-Sender: eliz AT is To: john watkins cc: djgpp AT delorie DOT com Subject: Re: extra fonts for groff In-Reply-To: <000e01bff247$6b4447e0$d1a9073e@oemcomputer> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Reply-To: djgpp AT delorie DOT com Errors-To: nobody AT delorie DOT com X-Mailing-List: djgpp AT delorie DOT com X-Unsubscribes-To: listserv AT delorie DOT com Precedence: bulk On Thu, 20 Jul 2000, john watkins wrote: > My problem seems to be, I think, with afmtodit which lives > in c:\djgpp\bin.The heading of this file is > > #! /usr/bin/perl -P- > > meaning that perl is required. > The directory perl5 lives in the directory c:\djgpp\lib. > Unfortunately I don't have any experience of perl and > would be grateful for information on how to proceed. Sorry, I don't understand: what problems do you have, exactly? You should download the AFM fonts, unpack them somewhere on your system, then chdir to the share/groff/font/devps directory, and type this command: make -f generate/Makefile afmdir=/full/path/to/afm/fonts Everything else should work automatically, assuming Perl is installed. Experience with Perl is not required, since Make should invoke it for you.