head	1.1;
access;
symbols;
locks; strict;
comment	@# @;


1.1
date	2006.09.24.12.27.11;	author simon;	state Exp;
branches;
next	;


desc
@@


1.1
log
@Add a very simple "build system" for installing the embeddedfreebsd
website.
@
text
@# $FreeBSD$

SUBDIR=	Documents
FILES=	EmbeddedBeastie.jpg \
	boards.html \
	building.html \
	developers.html \
	documentation.html \
	index.html \
	links.html

FILESDIR= ${WEBROOT}
SHAREOWN= ${WEBOWN}
SHAREGRP= ${WEBGRP}

beforeinstall:
	mkdir -p ${FILESDIR}

.include <bsd.prog.mk>
@
