2012-05-17 21:12:14 +02:00
|
|
|
# $FreeBSD$
|
1998-07-27 06:47:06 +02:00
|
|
|
# The FreeBSD Japanese Documentation Project
|
2011-02-26 07:04:53 +01:00
|
|
|
# Original revision: 1.3
|
1998-07-27 06:47:06 +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"
|
|
|
|
.endif
|
2000-10-02 11:16:24 +02:00
|
|
|
|
2012-10-01 11:53:01 +02:00
|
|
|
DOCS= announce.xml
|
|
|
|
DOCS+= notes.xml
|
|
|
|
DOCS+= errata.xml
|
1998-07-26 13:14:34 +02:00
|
|
|
|
2012-05-17 05:23:15 +02:00
|
|
|
.include "${DOC_PREFIX}/share/mk/web.site.mk"
|