aboutsummaryrefslogtreecommitdiff
path: root/da/Makefile
blob: 1ec68d334ef16cba3f32a965fbc59ecba1de7b37 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
# $FreeBSD$
.if exists(Makefile.conf)
.include "Makefile.conf"
.endif
.if exists(../Makefile.inc)
.include "../Makefile.inc"
.endif

# Subdirectories
# SGML
.if !defined(WEB_ONLY) || empty(WEB_ONLY)
SUBDIR=  doc
.endif

WEBDIR?=	data/da

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