aboutsummaryrefslogtreecommitdiff
path: root/ja_JP.eucJP/htdocs/releases/4.2R/Makefile
blob: ac7918d1e15a1f85a4c50e74571cb284d2aa826d (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/4.2R/Makefile,v 1.1 2000/11/22 20:34:39 hrs Exp $
# The FreeBSD Japanese Documentation Project
# Original revision: 1.2

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

DOCS=	announce.sgml
DOCS+=	errata.sgml
DOCS+=	notes.sgml

### Revision checking
REVCHECK=	YES

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