aboutsummaryrefslogtreecommitdiff
path: root/ja_JP.eucJP/htdocs/java/links/Makefile
blob: 94d5dc901a604d72b708e704b04b216e8d51462e (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
# $FreeBSD$
# 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 =  freebsd.sgml
DOCS+=  tools.sgml
DOCS+=  api.sgml
DOCS+=  index.sgml 
DOCS+=  tutorials.sgml
DOCS+=  development.sgml
DOCS+=  resources.sgml 
DOCS+=  vendor.sgml
DOCS+=  documentation.sgml
DOCS+=  servlets.sgml

### Revision checking
REVCHECK= YES

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