2000-12-30 15:25:15 +01:00
|
|
|
# $FreeBSD: www/ja/conspectus/Makefile,v 1.3 2000/11/07 11:37:53 kuriyama Exp $
|
2000-06-19 01:06:42 +02:00
|
|
|
# The FreeBSD Japanese Documentation Project
|
2000-12-30 15:25:15 +01:00
|
|
|
# Original revision: 1.3
|
2000-06-19 01:06:42 +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"
|
2000-06-19 01:06:42 +02:00
|
|
|
.endif
|
|
|
|
|
|
|
|
DOCS= index.sgml
|
|
|
|
|
|
|
|
# not translated yet
|
|
|
|
#SUBDIR= stable
|
2000-12-30 15:25:15 +01:00
|
|
|
#SUBDIR+= advocacy
|
2000-06-19 01:06:42 +02:00
|
|
|
|
|
|
|
### Revision checking
|
2000-10-02 11:16:24 +02:00
|
|
|
REVCHECK= yes
|
2000-06-19 01:06:42 +02:00
|
|
|
|
2000-11-07 12:38:10 +01:00
|
|
|
.include "${WEB_PREFIX}/share/mk/web.site.mk"
|