BUILD
-----
	This package assumes you are using GNU make.

	To build on most unix systems, just type 'make'.
	Under FreeBSD and SGI, use 'gmake'.

	This will create an 'flruler' binary that you can
	then install in /usr/bin (or where ever you want it).

	'gmake docs' will make the man page (docs/flruler.1)
	and html docs, which you can then copy to your man page
	directory.
	
