17 lines
408 B
Makefile
17 lines
408 B
Makefile
# $FreeBSD: www/ja/releases/3.1R/Makefile,v 1.5 2000/10/02 09:16:17 kuriyama Exp $
|
|
# The FreeBSD Japanese Documentation Project
|
|
# Original revision: 1.2
|
|
|
|
.if exists(../Makefile.conf)
|
|
.include "../Makefile.conf"
|
|
.endif
|
|
.if exists(../Makefile.inc)
|
|
.include "../Makefile.inc"
|
|
.endif
|
|
|
|
DOCS= announce.sgml notes.sgml errata.sgml
|
|
|
|
### Revision checking
|
|
REVCHECK= YES
|
|
|
|
.include "${WEB_PREFIX}/share/mk/web.site.mk"
|