doc/ja/internal/Makefile
2001-03-08 09:18:02 +00:00

27 lines
570 B
Makefile

# $FreeBSD: www/ja/internal/Makefile,v 1.16 2000/11/07 11:37:54 kuriyama Exp $
# The FreeBSD Japanese Documentation Project
# Original revision: 1.24
.if exists(../Makefile.conf)
.include "../Makefile.conf"
.endif
.if exists(../Makefile.inc)
.include "../Makefile.inc"
.endif
# DOCS= photos.sgml
DOCS+= internal.sgml
DOCS+= about.sgml
DOCS+= machines.sgml
DOCS+= mirror.sgml
DOCS+= statistic.sgml
DOCS+= developer.sgml
INDEXLINK= internal.html
# DATA+= README.mirror
### Revision checking
REVCHECK= yes
.include "${WEB_PREFIX}/share/mk/web.site.mk"