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

.include "../Makefile.inc"

LYNX_EXTRAS= \
	bookmark_help.html \
	dired_help.html \
	gopher_types_help.html \
	history_help.html \
	keystroke_help.html \
	movement_help.html \
	option_help.html \
	other_help.html \
	print_help.html \
	scrolling_help.html \
	xterm_help.html

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

.include <bsd.subdir.mk>
