aboutsummaryrefslogtreecommitdiff
path: root/da_DK.ISO8859-1/htdocs/Makefile
blob: ca4ae87349adf50269feadfaccda8c7c46443e6c (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
# $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 "${DOC_PREFIX}/share/mk/web.site.mk"