doc/ja/conspectus/Makefile

22 lines
439 B
Makefile
Raw Normal View History

# $FreeBSD: www/ja/conspectus/Makefile,v 1.3 2000/11/07 11:37:53 kuriyama Exp $
# The FreeBSD Japanese Documentation Project
# Original revision: 1.3
.if exists(../Makefile.conf)
.include "../Makefile.conf"
.endif
.if exists(../Makefile.inc)
.include "../Makefile.inc"
.endif
DOCS= index.sgml
# not translated yet
#SUBDIR= stable
#SUBDIR+= advocacy
### Revision checking
REVCHECK= yes
.include "${WEB_PREFIX}/share/mk/web.site.mk"