2012-05-17 21:12:14 +02:00
|
|
|
# $FreeBSD$
|
1999-11-15 22:58:16 +01:00
|
|
|
# The FreeBSD Japanese Documentation Project
|
2000-11-07 12:38:10 +01:00
|
|
|
# Original revision: 1.4
|
1999-11-15 22:58:16 +01:00
|
|
|
|
2000-11-07 12:38:10 +01:00
|
|
|
.if exists(../Makefile.conf)
|
1999-11-15 22:58:16 +01:00
|
|
|
.include "../Makefile.conf"
|
|
|
|
.endif
|
2000-11-07 12:38:10 +01:00
|
|
|
.if exists(../Makefile.inc)
|
|
|
|
.include "../Makefile.inc"
|
|
|
|
.endif
|
|
|
|
.if exists(../../en/ports/Makefile.inc)
|
1999-11-15 22:58:16 +01:00
|
|
|
.include "../../en/ports/Makefile.inc"
|
|
|
|
.endif
|
|
|
|
|
|
|
|
.if exists(Makefile.gen)
|
|
|
|
.include "Makefile.gen"
|
|
|
|
.endif
|
|
|
|
|
2012-05-17 05:23:15 +02:00
|
|
|
.include "${DOC_PREFIX}/share/mk/web.site.mk"
|