doc/ja/internal/Makefile
Jun Kuriyama 09818e9a13 Add "Synchronization Status" feature in Japanese web pages.
5. Add statement to include *.revinc for each *.sgml files.
1999-12-23 01:16:13 +00:00

26 lines
553 B
Makefile

# $FreeBSD: www/ja/internal/Makefile,v 1.11 1999/09/06 07:03:19 peter Exp $
# The FreeBSD Japanese Documentation Project
# Original revision: 1.13
.if exists(../Makefile.conf)
.include "../Makefile.conf"
.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
REVFILES= ${DOCS:M*.sgml:S/.sgml$/.revinc/g}
BUILDTOP= ../..
DIR_IN_LOCAL= internal
.include "../../web.mk"