aboutsummaryrefslogtreecommitdiff
path: root/ja_JP.eucJP/htdocs/releases/2.2.7R/Makefile
blob: 75f21d03e2b540418c7264e8b6326c8fd521266d (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
# $FreeBSD: www/ja/releases/2.2.7R/Makefile,v 1.7 2000/11/07 11:38:00 kuriyama Exp $
# 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+=	notes.sgml
DOCS+=	errata.sgml

### Revision checking
REVCHECK=	YES

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