#	BSDI Makefile,v 1.1 1995/11/30 21:25:46 sanders Exp

.include "../Makefile.inc"

LYNX_EXTRAS=Lynx_users_guide.html lynx_help_main.html
SUBDIR=keystroke_commands

afterinstall:
	( cd ${.CURDIR}; install -c -o ${BINOWN} -g ${BINGRP} -m 0444 \
	    ${LYNX_EXTRAS} ${DESTDIR}/var/www/docs/lynx )

.include <bsd.subdir.mk>
