Installation

1. Edit Imake file to specify directory names to install
   function collection files.

	You can specify bin directory where FvwmCommand will reside
	with COMMANDDIR. 

	If you use bourn shell or its cousines, define the directory
	SHELLFUNCDIR.

	If you have perl, define the perl lib (private or system) directory
	name in PERLLIBDIR.

2. Make Makefile by,
	xmkmf

3. Compile source files,
	make

4. To install binary files,
	make install

5. To install man page,
	make install.man 

