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

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

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

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

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