aboutsummaryrefslogtreecommitdiff
path: root/ja_JP.eucJP/htdocs/releases/9.0R/Makefile
blob: c7498b0f174293f30a8ed641db5dd8323e46bbb0 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
# $FreeBSD$
# The FreeBSD Japanese Documentation Project
# Original revision: 1.6

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

#DOCS=	schedule.sgml \
#	relnotes.sgml \
#	announce.sgml
DOCS=	announce.sgml

DATA=	docbook.css \
#	hardware.html \
#	readme.html \
#	installation.html \
#	errata.html \
#	relnotes-detailed.html

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