includes.sgml 1.39 -> 1.41 where.sgml 1.49 -> 1.50 internal/Makefile 1.24 -> 1.25 news/press-rel-1.sgml 1.4 -> 1.5 news/press-rel-2.sgml 1.4 -> 1.5 ports/Makefile 1.31 -> 1.32 ports/categories 1.14 -> 1.16 ports/ports.inc 1.55 -> 1.56 projects/newbies.sgml 1.16 -> 1.20 releases/index.sgml 1.54 -> 1.55 releases/2.2R/announce.sgml 1.5 -> 1.6 search/web.atoz 1.51 -> 1.52
27 lines
570 B
Makefile
27 lines
570 B
Makefile
# $FreeBSD: www/ja/internal/Makefile,v 1.17 2001/03/08 09:18:02 kuriyama Exp $
|
|
# The FreeBSD Japanese Documentation Project
|
|
# Original revision: 1.25
|
|
|
|
.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"
|