2004-01-10 19:38:00 +01:00
|
|
|
# $FreeBSD: www/ja/internal/Makefile,v 1.20 2002/05/13 20:09:04 hrs Exp $
|
1998-08-09 18:22:19 +02:00
|
|
|
# The FreeBSD Japanese Documentation Project
|
2004-01-10 19:38:00 +01:00
|
|
|
# Original revision: 1.38
|
1998-08-11 07:38:33 +02:00
|
|
|
|
2000-11-07 12:38:10 +01:00
|
|
|
.if exists(../Makefile.conf)
|
|
|
|
.include "../Makefile.conf"
|
|
|
|
.endif
|
|
|
|
.if exists(../Makefile.inc)
|
|
|
|
.include "../Makefile.inc"
|
1998-08-11 07:38:33 +02:00
|
|
|
.endif
|
1998-08-03 18:44:13 +02:00
|
|
|
|
1998-08-09 18:22:19 +02:00
|
|
|
# DOCS= photos.sgml
|
1998-08-10 14:59:12 +02:00
|
|
|
DOCS+= internal.sgml
|
1998-08-09 18:22:19 +02:00
|
|
|
DOCS+= about.sgml
|
|
|
|
DOCS+= machines.sgml
|
|
|
|
DOCS+= mirror.sgml
|
2002-05-13 22:09:05 +02:00
|
|
|
#DOCS+= new-account.sgml
|
1999-03-01 17:41:16 +01:00
|
|
|
DOCS+= statistic.sgml
|
1999-05-06 19:23:57 +02:00
|
|
|
DOCS+= developer.sgml
|
2002-01-03 04:30:06 +01:00
|
|
|
#DOCS+= bylaws.sgml
|
|
|
|
#DOCS+= releng.sgml
|
2002-05-13 22:09:05 +02:00
|
|
|
#DOCS+= expire-bits.sgml
|
2004-01-10 19:38:00 +01:00
|
|
|
#DOCS+= core-vote.sgml
|
|
|
|
#DOCS+= trb-dispute.sgml
|
|
|
|
#DOCS+= doceng.sgml
|
|
|
|
#DOCS+= rtp.sgml
|
1998-08-09 18:22:19 +02:00
|
|
|
|
1998-08-11 07:38:33 +02:00
|
|
|
INDEXLINK= internal.html
|
1998-08-09 18:22:19 +02:00
|
|
|
|
|
|
|
# DATA+= README.mirror
|
1998-08-03 18:44:13 +02:00
|
|
|
|
1999-12-23 02:16:13 +01:00
|
|
|
### Revision checking
|
2000-10-02 11:16:24 +02:00
|
|
|
REVCHECK= yes
|
1999-12-23 02:16:13 +01:00
|
|
|
|
2000-11-07 12:38:10 +01:00
|
|
|
.include "${WEB_PREFIX}/share/mk/web.site.mk"
|