Subject: RE: compilling probs
To: Steve Revilak <revilak@umbsky.cc.umb.edu>
From: Frederick Bruckman <fb@enteract.com>
List: port-mac68k
Date: 08/10/1999 00:24:05
On Mon, 9 Aug 1999, Steve Revilak wrote:

> /I used to use
> /makefile on a Unix box a school, but for the life of me I can't remember
> /how to write the nakefile and the man pages only refer to a Tutorial for
> /that.  Any ideas?
> 
> Here's an HTML manual for make:
> 
> http://www.lns.cornell.edu/public/COMP/info/make/make_toc.html

That's the manual for gnu make. You can get gnumake as a package, and
in fact a lot of packages need gmake to build...

I believe the Tutorial refered to in the man page is installed
with the share doc's. You can build the postscript version with
'cd /usr/share/doc/psd/12.make; make', or this is close enough:
'(cd /usr/share/doc/psd/12.make; groff -Tlatin1 -ms tutorial.ms) | less'