aboutsummaryrefslogtreecommitdiff
path: root/ja_JP.eucJP/htdocs/releases/8.2R/Makefile
blob: e0e68a8cc4d6d25b09f70de6ca6e7894167a5020 (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.3

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

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

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

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