#	BSDI	Makefile,v 1.1 1995/12/06 05:34:39 sanders Exp
#
NOMAN=noman
NOOBJ=noobj

FILES= \
    API.html FAQ.html apache1.0.html auth_dbm.html \
    compat_notes.html content-negotiation.html \
    core.html custom-error.html directives.html \
    features.html howto.html index.html install.html \
    invoking.html known_bugs.html magic_types.html \
    man-template.html mod_access.html mod_alias.html \
    mod_asis.html mod_auth.html mod_auth_dbm.html \
    mod_cgi.html mod_cookies.html mod_dir.html \
    mod_dld.html mod_imap.html mod_include.html \
    mod_log_agent.html mod_log_common.html \
    mod_log_config.html mod_log_referer.html \
    mod_mime.html mod_negotiation.html mod_userdir.html \
    modules.html perf.html process-model.html \
    security_tips.html vif.info vif.info.txt \
    virtual-host.html

beforeinstall:
	install -c -o ${BINOWN} -g ${BINGRP} -m 0644 ${FILES} \
	    ${DESTDIR}${WWWDOCSDIR}/apache/

.include <bsd.prog.mk>
