doc/ja/projects/Makefile
2000-10-02 09:16:24 +00:00

20 lines
400 B
Makefile

# $FreeBSD: www/ja/projects/Makefile,v 1.9 1999/12/23 01:15:56 kuriyama Exp $
# The FreeBSD Japanese Documentation Project
# Original revision: 1.6
LOCALTOP= ..
.if exists(${LOCALTOP}/Makefile.conf)
.include "${LOCALTOP}/Makefile.conf"
.endif
DOCS= projects.sgml
DOCS+= mozilla.sgml
DOCS+= newbies.sgml
INDEXLINK= projects.html
### Revision checking
REVCHECK= yes
.include "${LOCALTOP}/web.mk"