# Generated automatically from Makefile.in by configure.
# Manual pages
#
# Copyright (c) 1996 T. J. Wilkinson & Associates, London, UK.
#
# See the file "license.terms" for information on usage and redistribution
# of this file, and for a DISCLAIMER OF ALL WARRANTIES.
#
# Written by Tim Wilkinson <tim@tjwassoc.demon.co.uk>

prefix=		/usr/local
srcdir=		.
mandir=		${prefix}/man
INSTALL=	/usr/local/bin/install -c
INSTALL_DATA=	${INSTALL} -m 644

all:

clean:

distclean:
		rm -f Makefile

install:
		test -d $(mandir) || mkdir -p $(mandir)
		test -d $(mandir)/man1 || mkdir -p $(mandir)/man1
		$(INSTALL_DATA) $(srcdir)/kaffe.1 $(mandir)/man1/kaffe.1
