aboutsummaryrefslogtreecommitdiff
path: root/en_US.ISO8859-1/htdocs/tutorials/Makefile
blob: c284b37bb8a0f8cb3695259b30676571b66f53ed (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
#
# $FreeBSD: www/en/tutorials/Makefile,v 1.11 2001/06/11 02:39:04 ache Exp $
#
# Build the FreeBSD tutorials/articles outside of the www tree, and then
# install them in to the right place.

.if exists(../Makefile.conf)
.include "../Makefile.conf"
.endif
.if exists(../Makefile.inc)
.include "../Makefile.inc"
.endif

DOCS = index.sgml

.include "${DOC_PREFIX}/share/mk/web.site.mk"