aboutsummaryrefslogtreecommitdiff
path: root/ja_JP.eucJP/htdocs/releases/2.2R/Makefile
blob: d303a505ef5b7d29b816b9d1f955e509bb076a4c (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
# $FreeBSD$
# The FreeBSD Japanese Documentation Project
# Original revision: 1.4

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

DOCS=	announce.xml
DOCS+=	install-media.xml
DOCS+=	notes.xml

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