doc/ja/projects/Makefile
Hiroki Sato b48ba1cc5d Catch up with the English version:
1.14  -> 1.15	projects/Makefile
2004-01-22 16:20:23 +00:00

25 lines
516 B
Makefile

# $FreeBSD: www/ja/projects/Makefile,v 1.14 2004/01/17 02:37:43 hrs Exp $
# The FreeBSD Japanese Documentation Project
# Original revision: 1.15
.if exists(../Makefile.conf)
.include "../Makefile.conf"
.endif
.if exists(../Makefile.inc)
.include "../Makefile.inc"
.endif
DOCS= projects.sgml
#DOCS+= updater.sgml
DOCS+= newbies.sgml
#DOCS+= libh.sgml
DOCS+= cvsweb.sgml
INDEXLINK= projects.html
#SUBDIR= busdma c99 gnats4 mips
### Revision checking
REVCHECK= yes
.include "${WEB_PREFIX}/share/mk/web.site.mk"