2003-10-29 00:04:05 +01:00
|
|
|
# $FreeBSD$
|
2012-05-17 05:23:15 +02:00
|
|
|
|
2003-10-29 00:04:05 +01:00
|
|
|
.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
|
|
|
|
|
2012-05-17 05:23:15 +02:00
|
|
|
.include "${DOC_PREFIX}/share/mk/web.site.mk"
|