aboutsummaryrefslogtreecommitdiff
path: root/ja_JP.eucJP/htdocs/releases/8.3R/Makefile
blob: a722ac77769151b2286ec371370ee12fbf1f2588 (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.4

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

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

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

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