#
#  Makefile for Essence documentation
#
#  INSTALLDIR is where everything is installed.
#  MANDIR is where manual pages are installed.
#
INSTALLDIR 	= /usr/local/bin
MANDIR 		= /usr/local/man

all:

install:
	install -c -m 644 essence.1 $(MANDIR)/man1

clean:
