aboutsummaryrefslogtreecommitdiff
path: root/ja_JP.eucJP/htdocs/releases/4.1R/Makefile
blob: 7b5b163513b1735061bff3deb43ad35c3f3c3f77 (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.1R/Makefile,v 1.4 2000/11/07 11:38:08 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+=	errata.sgml
DOCS+=	notes.sgml

### Revision checking
REVCHECK=	YES

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