aboutsummaryrefslogtreecommitdiff
path: root/ja_JP.eucJP/htdocs/projects/mips/Makefile
blob: a9e50637191bc5149720eb3e6028b7858dac2a54 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
# Summary for C99 project status
#
# $FreeBSD$
# The FreeBSD Japanese Documentation Project
# Original revision: 1.1

MAINTAINER=	jmallett

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

DOCS=	index.sgml
DATA=	style.css

### Revision checking
REVCHECK=	yes

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